|  Developer
Updated on June 23, 2022

hub.scenes.room.set

  • Version: 1.
  • Classes: UI
  • Title: Scene manager categories
  • Description: Link a scene with a particular room.
Edit
Field Type Required Description
sceneId string + Id of the scene
roomId string + Id of the room
Edit
Broadcasts Description
hub.scene.changed Updating the information about the scene
Edit
Code Message Data
-32600 Bad request,
-32600 Bad request,
-32500 The scene with this id does not exist
Edit
Edit
				
					{
    "method": "hub.scenes.room.set",
    "id": "_ID_",
    "params": {
        "sceneId": "d233cdel43422",
        "roomId": "23423dfsd2323"
    }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "result": {}
}