Mode
Edit
{
id = "1",
name = "Home",
default = true,
disarmed_devices = {},
alarms_off_devices = {},
cameras_off_devices = {},
bypass_devices = {},
armed = false
}
Edit
field | type | description |
---|---|---|
id | string | Mode’s ID |
name | string | Name of the mode |
default | boolean | Whether or not the default configuration of the mode is used |
disarmed_devices | array of strings | List of disabled devices’ ids |
alarms_off_devices | array of strings | List of silenced devices’ ids |
cameras_off_devices | array of strings | List of cameras’ ids, which are disabled in the house mode |
bypass_devices | array of strings | List of bypass devices’ ids |
armed | boolean | Whether the mode is armed or not. See hub.modes.switch for details. |