[
{
"id": 123,
"name": "<string>",
"device_type": "Input",
"device_control": {
"is_running": true,
"is_paused": true
}
}
]
[
{
"id": 123,
"name": "<string>",
"device_type": "Input",
"device_control": {
"is_running": true,
"is_paused": true
}
}
]
The response is of type object[]
.
Was this page helpful?