liveImageStream
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/updates/images
Websocket
You will receive "ledcolors-imagestream-update" messages with a base64 encoded image.
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location -g --request POST 'https://localhost:8092/json-rpc/updates/images' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "ledcolors",
"subcommand": "imagestream-start",
"tan": 4711
}'
Response Response Example
{
"command": "ledcolors-imagestream-start",
"success": true,
"tan": 4711
}
Request
Body Params application/json