|  Developer
Updated on November 19, 2021

hub.modes.disarmed_devices.added

  • Broadcast when a device is added to the list of devices which are switched-off (disarmed) when a particular house-mode is activated.
Edit
Field Type Required Description
modeId string + Id of the house mode
disarmedDevice string + Identity of the device which was added to the house mode.
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.modes.disarmed_devices.added",
    "result": {
        "modeId": "<modeId>",
        "disarmedDevice": "<deviceId>"
    }
}