hub.scenes.meta.set
Connection type:
Permissions:
- Version: 1.0
- Classes: UI
- Title: Scene manager categories
- Description: Set metadata of a scene
Edit
Field | Type | Required | Description |
---|---|---|---|
sceneId | string | + | scene identifier |
meta | JsonObject | + | Scene metadata information. Intended to save data needed for user interfaces |
Edit
- Empty result.
Edit
Code | Message | Data |
---|---|---|
-32600 | Bad request, does not exist | |
-32500 | The scene with this id does not exist | |
-32603 | Internal operation error |
Edit
Broadcasts | Description |
---|---|
hub.scene.changed | Updating the information about the scene |