Enumeration NatsTopics

Enumeration Members

CONFIG: "updated.config"

Set or get the configuration for Toggle.

Request payload:

Response payload:

HEARTBEAT: "iod.heartbeat"

Current state of the Toggle is published to this topic.

Payload: Heartbeat

IOD_METRIC: "iod.log.metric"

Metric posted from Toggle Iod.

Payload: IodMetric

IOD_MODULES_APPLY: "iod.confirm_modules"

Confirm detected modules.

IOD_MODULES_GET: "iod.detected_modules"

Get lists of detected modules.

IOD_OPERATION: "iod.operation"

Set IO to a specific state.

IOD_TRANSITION: "iod.transition"

Sensor readings published from Iod.

NETD_CMD: "netd.cmd"

Send network related commands.

NETD_GET: "netd.get"

Request response topic to get information regarding network.

NETD_SCAN_RESULTS: "netd.scan_results"

Get scan results from the wireless interface.

NETD_WIFI_CONNECT_ATTEMPT: "netd.wifi_connect_attempt"

Get result of a Wi-Fi connection attempt.

SPANNERD_ERROR_CLEAR: "spannerd.error.clear"

Clear error from Spannerd.

SPANNERD_ERROR_GET: "spannerd.error.get"

Get all errors from Spannerd.

SPANNERD_ERROR_NEW: "spannerd.error.new"

Add new error to Spannerd.

SPANNERD_SOUPOUT_CREATE: "spannerd.soupout.create"

Trigger suppout generation.

SPANNERD_SOUPOUT_DONE: "spannerd.soupout.done"

Notify that soupout is ready.

UPDATE: "updated.update"

Trigger updated with a runbook.

Request payload: UpdateRequest

Response payload: NatsResponse

See Updated for more information.

Generated using TypeDoc