|  Developer
Updated on November 22, 2021

hub.modes.alarms_off.added

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