Output Sync Source Switching
Request
Body Params application/json
{
"screenIdList": [
"string"
],
"selectSource": 0
}
Request Code Samples
curl --location --request PUT 'http://prod-cn.your-api-server.com/screen/output/sync/source' \
--header 'Device-Key: 10.40.41.200:8001' \
--header 'Content-Type: application/json' \
--data-raw '{
"screenIdList": [
"string"
],
"selectSource": 0
}'
Responses
application/json {
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-10-21 01:43:57