|  Developer
Updated on November 19, 2021

hub.modes.changed

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
    }
}