POST Query Device Status
Through this interface, you can query the real-time status information of U Home devices.
Body raw (json)
{
"header": {
"namespace": "Uhome.Device",
"name": "Query",
"messageId": "Unique identifier, preferably a version 4 UUID",
"payloadVersion": "1"
},
"payload": {
"devices": [
{
"id": "<Device ID>"
}
]
}
}
Related to
Comments
0 comments
Please sign in to leave a comment.