|  Developer
Updated on November 19, 2021

hub.modes.cameras_off.removed

  • Sent when a camera is removed from the list of cameras which are switched-off when a particular house-mode is activated.
  • See house modes for further details.
Edit
Field Type Required Description
modeId string + Id of the house mode
camerasOffDevice string + Identity of the camera that is no longer switched-off when the named house-mode is activated.
Edit
				
					{
    "id": "ui_broadcast",
    "msg_subclass": "hub.modes.cameras_off.removed",
    "result": {
        "modeId": "<modeId>",
        "camerasOffDevice": "<deviceId>"
    }
}