Skip to content

设备状态查询

POST https://hotel.chintiot.com/client/room/status
{ "ci": { "room_id": 123 } }

响应:

json
[
  {
    "device_name": "床头灯",
    "nick_name": "床头灯",
    "type": "smart_light",
    "mac": "aabbccddeeff",
    "online": true,
    "status": {
      "on_off": "on",
      "brightness": 80,
      "colour_temperature": 50
    },
    "sub_device": [...]
  }
]

状态来源: hapi 从 Redis SH:ST:{mq_id} 读取,通过 decodeStatus() 解码。