hub.modes.changed
- Sent if there is a change to devices or notifications which are covered by a particular house-mode. This includes changes to alarms, cameras, notification lists, device protection and device armed/disarmed state.
-
Initiators:
Edit
Field | Type | Required | Description |
---|---|---|---|
modeId | string | + | Id of the house mode |
disarmedDefault | bool | – | States whether the house-mode uses the default list of disarmed devices, or a custom list of disarmed devices. The ‘default’ list includes all alarm and camera devices. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.changed",
"result": {
"modeId": "<modeId>",
"disarmedDefault": true
}
}