hub.scene.deleted
Sent when a user removes a scene from the hub via the UI. This broadcast is a response to a hub.scenes.delete command.
Edit
Field | Type | Required | Description |
---|---|---|---|
_id | string | + | Unique identifier of the scene. |
syncNotification | bool | + | Special mark to request data synchronization between the cloud and the controller. This is always ‘true’. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.scene.deleted",
"result": {
"_id": "5c7ff48b7f00002a07a408e3",
"syncNotification":true
}
}