Query Device Status using U Home API

Technical Support
Technical Support
  • Updated

POST  Query Device Status

https://api.u-tec.com/action

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

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.