liveLedColorStream
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/updates/ledcolors
Websocket
You will receive "ledcolors-ledstream-update" messages with an array of all LED colors.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/updates/ledcolors' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "ledcolors",
"subcommand": "ledstream-start",
"tan": 4711
}'
Response Response Example
{
"command": "ledcolors-ledstream-start",
"success": true,
"tan": 4711
}
Request
Body Params application/json