Switch Level Control using U Home API

Technical Support
Technical Support
  • Updated

POST Switch Level Control

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

Body raw (json)

{
  "header": {
    "namespace": "Uhome.Device",
    "name": "Command",
    "messageId": "53e0f2ab-5bfd-434d-90b5-062520ded4e6",
    "payloadVersion": "1"
  },
  "payload": {
    "devices": [
      {
        "id": "70:04:1D:35:66:2A",
        "command": {
          "capability": "st.switchLevel",
          "name": "setLevel",
          "arguments": {
            "level": 50
          }
        }
      }
    ]
  }
}

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.