Request: POST /control/
{
"cmd": "version"
}
Request: POST /control/
{
"cmd": "restart"
}
Request: POST /control/
{
"cmd": "load"
}
In the response will be whole configuration file.
Request: POST /control/
{
"cmd": "upload"
"config": {}
}
config
- whole configuration fileRequest: POST /control/
{
"cmd": "set-license",
"license": "xxx"
}
license
- license serial numberRequest: POST /control/
{
"cmd": "set-stream-image",
"id": "a001",
"url": "http://..."
}
id
- stream identifierurl
- image address, as well could be used data-format, for example: data:image/png;base64,...
This method used in the script to set screenshots for stream tiles. Read more in Channel Screenshots on Dashboard