scene
When the scene list on the device changes or it receives the Request for state synchronization, Director Mini device sends the data of scene list to the receiver.
For how to configure the receiver, please refer to How to use TouchOSC to control Director Mini.
Address
/status/scene [json string]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The data of scene list |
Example
After receiving Request for state synchronization, Director Mini device sends the data of scene list to the receiver.
/status/scene {"sceneList":[{"name":"HDMI 1","uuid":"1705029684819","isPGM":false,"isPreview":false},{"name":"WEBCAM 1","uuid":"1705030263278","isPGM":true,"isPreview":true}]}
Name | Type | Description |
---|---|---|
uuid | String | The unique ID of scene |
name | String | The scene name |
isPGM | Boolean | Whether the scene is in program view. true: Yes, false: No |
isPreview | Boolean | Whether the scene is in preview view. true: Yes, false: No |