hub.modes.cameras_off.added
- Sent when a camera is added to 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 will be switched-off when the named house-mode is activated. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.modes.cameras_off.added",
"result": {
"modeId": "<modeId>",
"camerasOffDevice": "<deviceId>"
}
}