hub.modes.alarms_off.removed
- Sent when a device is removed from the list of devices whose alarms are switched-off when a particular house-mode is activated.
- See house modes for further details.
Edit
Field | Type | Required | Description |
---|---|---|---|
modeId | string | + | Id of the house mode |
alarmsOffDevice | string | + | Identity of the device whose alarm is no longer switched-off when the named house-mode is activated. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.alarms_off.removed",
"result": {
"modeId": "<modeId>",
"alarmsOffDevice": "<deviceId>"
}
}