Enumeration UpdateStepHandler

Supported updated handlers for Toggle.

Enumeration Members

CONFIG_GET_V1: "config_get_v1"

Upload configuration to url.

CONFIG_SET_V1: "config_set_v1"

Download configuration from url and apply.

DUMMY_FAILURE_V1: "dummy_failure_v1"

Do nothing and fail. Can optionally provide UpdatedDummyProperties.

DUMMY_SUCCESS_V1: "dummy_success_v1"

Do nothing successfully. Can optionally provide UpdatedDummyProperties.

FIRMWARE_UPDATE_V1: "firmware_update_v1"

Download firmware from url and flash it to the device. Flashing process will take about 7 minutes. Do not unplug the Toggle during this time.

Generated using TypeDoc