hub.modes.disarmed_devices.removed
- Broadcast when a device is removed from the list of devices which are switched-off (disarmed) when a particular house-mode is activated.
Edit
Field | Type | Required | Description |
---|---|---|---|
modeId | string | + | Id of the house mode |
Disarmed device | string | + | Identity of the device which was removed from the house mode. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.disarmed_devices.removed",
"result": {
"modeId": "<modeId>",
"disarmedDevice": "<deviceId>"
}
}