ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 获取设备(0024) ~~~[api] POST:/device/get room_id= # 房间ID(不提交则显示所有) user_id= # 用户ID device_type= # 设备类型-- 非必填字段填写则分类(1手动2自动) gateway_mac= # 可选参数网关MAC <<< success { "code": 0, "msg": "ok", "data": [ { "device_point_num": 3, "devcie_gateway_mac": "65cnKtggCHEh14VISihkrbscMgqiUBqz", "device_net": "496c", "point_node": 1, "device_name": "皮一下", "id": 68, "device_value": "", "room_name": "音乐", "device_mac": "gkbvsc3a32idr4gpxbpc", "select_type": 2, "point_where_default_value": null, "point_action_select_vlaue": "ON,OFF", "point_action_select": "打开,关闭" }, { "device_point_num": 3, "devcie_gateway_mac": "65cnKtggCHEh14VISihkrbscMgqiUBqz", "device_net": "496c", "point_node": 2, "device_name": "膜", "id": 69, "device_value": "", "room_name": "音乐", "device_mac": "gkbvsc3a32idr4gpxbpc", "select_type": 2, "point_where_default_value": null, "point_action_select_vlaue": "ON,OFF", "point_action_select": "打开,关闭" }, { "device_point_num": 3, "devcie_gateway_mac": "65cnKtggCHEh14VISihkrbscMgqiUBqz", "device_net": "496c", "point_node": 3, "device_name": "噢噢噢", "id": 70, "device_value": "", "room_name": "音乐", "device_mac": "gkbvsc3a32idr4gpxbpc", "select_type": 1, "point_where_default_value": null, "point_action_select_vlaue": ">,<", "point_action_select": "大于,小于" } ] } <<< error { "code": 20003, "msg": "Phone Code invalid", "dec": "验证码已经过期" } ~~~