hub.scene.global.run.progress
- Broadcast when the status of a global scene changes. This might be because the scene is automatically scheduled to run, or because it was run manually with a hub.scenes.global.run command.
Edit
Field | Type | Required | Description |
---|---|---|---|
scene_id | string | + | Unique identifier of the scene. Global scene ids are provided by the cloud. |
scene_name | string | – | Label of the scene. |
status | string | + | Scene execution progress. Can be ‘’, ‘’, ‘’ and ‘’ |
error | string | + | Error message if ‘status = ‘failed’. Otherwise this will be ‘null’. |
Edit
{
"id": "ui_broadcast",
"msg_subclass": "hub.scene.run.progress",
"result": {
"sceneId": "5c7ff48b7f00002a07a408e3",
"sceneName": "Scene Name",
"status": "started",
"error": null
}
}