Skip to content

GET 获取单个房间

GET /clip/v2/resource/room/room_uuid

说明

  • 获取单个房间信息

返回示例

200 Response

json
{
  "code": 0,
  "msg": "string",
  "data": {
    "obj": {
      "id": "string",
      "type": "string",
      "name": "string",
      "room_kind": 0,
      "room_type": "string",
      "icon": "string",
      "background": 0,
      "sequence": 0,
      "children": [
        {
          "rid": "string",
          "rtype": "string"
        }
      ],
      "services": [
        {
          "rid": "string",
          "rtype": "string"
        }
      ]
    }
  }
}

返回结果

状态码状态码含义说明数据模型
200OKnoneInline

返回数据结构

状态码 200

名称类型必选约束中文名说明
» codeintegertruenone状态码none
» msgstringtruenone消息none
» dataobjecttruenonenone
»» objobjecttruenonenone
»»» idstringtruenone房间UUIDnone
»»» typestringtruenone类型此处必然为 room
»»» namestringtruenone名称房间名字
»»» room_kindintegertruenone房间种类0普通, 1全屋, 2未分配
»»» room_typestringtruenone房间分类任意字符串, 暂未定义, 可以是 "卧室", "厨房" 等
»»» iconstringtruenoneBweeApp专用
»»» backgroundintegertruenoneBweeApp专用
»»» sequenceintegertruenoneBweeApp专用
»»» children[ResInfo]truenone包含的设备目前children的 rtype 必然为 device
»»»» ridstringtruenone资源UUIDnone
»»»» rtypestringtruenone资源类型none
»»» services[ResInfo]truenone服务列表一般一个房间会包含一个 group_light 的服务
»»»» ridstringtruenone资源UUIDnone
»»»» rtypestringtruenone资源类型none