getLedsSnapshot
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/instance-data/leds
WebsocketHTTP/S
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/instance-data/leds' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "instance-data",
"subcommand": "getLedSnapshot",
"instance": 1,
"tan": 4711
}'
Response Response Example
Success
{
"command": "instance-data-getLedSnapshot",
"info": {
"leds": [
[
7,
0,
155
],
[
4,
0,
171
],
[
1,
0,
197
],
[
0,
0,
235
],
[
2,
0,
183
],
[
2,
0,
27
],
[
0,
0,
0
],
[
2,
0,
4
],
[
12,
0,
15
],
[
25,
0,
21
]
]
},
"success": true,
"tan": 4711
}
Request
Body Params application/json