selectSource
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/input/source
WebsocketHTTP/S
You can make a given priority the top one. Current priority values are available via serverinfo Priorities.
To get back to auto selecttion, priovide auto = true.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/input/source' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "sourceselect",
"instance": [
0
],
"priority": 50,
"tan": 4711
}'
Response Response Example
{
"command": "sourceselect",
"success": true,
"tan": 4711
}
Request
Body Params application/json