|  Developer
Updated on May 6, 2022

hub.scenes.global.run

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