Type alias UpdatedDummyProperties

UpdatedDummyProperties: {
    reboot?: boolean;
    reverse?: boolean;
}

Optional properties for dummy handlers.

Type declaration

  • Optional reboot?: boolean

    If set to true, device will reboot during the step and then finish the step.

  • Optional reverse?: boolean

    If set to true, result of dummy handler will be opposite.

Generated using TypeDoc