show
当 Director Mini 设备上的节目列表数据发生变化,或接收到请求状态同步的指令时,Director Mini 将向接收端发送节目列表数据。
关于如何配置接收端,可参考如何使用 TouchOSC 控制 Director Mini。
Address
/status/show [json string]
Arguments
Type | Description | |
---|---|---|
argument 1 | String | The data of show list |
Example
After receiving Request for state synchronization, Director Mini 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 |