Switch Control using U Home API

Technical Support
Technical Support
  • Updated

POST Switch Control

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

Body raw (json)

{
  "header": {
    "namespace": "Uhome.Device",
    "name": "Command",
    "messageId": "94219111-6b72-40d4-949a-15c1795f70eb",
    "payloadVersion": "1"
  },
  "payload": {
    "devices": [
      {
        "id": "70:04:1D:35:66:2A",
        "command": {
          "capability": "st.switch",
          "name": "off"
        }
      }
    ]
  }
}

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.