|  Developer
Updated on June 23, 2022

hub.scenes.run

  • Version: 1.
  • Classes: UI
  • Title: Scene manager categories
  • Description: Run particular scene manually.
Edit
Field Type Required Description
sceneId string + Id of the scene
Edit
Broadcasts Description
hub.scene.run.progress Notification about the scene status. It’s fired when status of scene is changed.
Edit
Code Message Data
-32600 Bad request,
-32600 Bad request,
-32500 The scene with this id does not exist
Edit
Edit
				
					{
    "method": "hub.scenes.run",
    "id": "_ID_",
    "params": {
        "sceneId": "d233cdel43422"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}