show
When the show list on the device changes or it receives the Request for state synchronization, the Director device sends the data of show list to the receiver.
For how to configure the receiver, please refer to How to use TouchOSC to control Director.
Address
/status/show [json string]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The data of show list |
Example
After receiving Request for state synchronization, the Director device sends the data of show list to the receiver.
/status/show {"showList":[{"name":"Default 1080p60","showId":1717739749370,"isCurrent":true},{"name":"Default 720p30","showId":1723621515740,"isCurrent":false}]}
Name | Type | Description |
---|---|---|
showId | Long | The unique ID of show |
name | String | The show name |
isCurrent | Boolean | Whether the show is presenting. true: Yes, false: No |