企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 获取场景(0029) ~~~[api] POST:/scene/get scene_id= # 场景id(填写获取所有场景列表,不填获取该场景所出发的设备) user_id= # 用户id <<< success(不填id) { "code": 0, "msg": "ok", "data": [ { "scene_name": "呦呦", "scene_note": "", "id": 2, "scene_img_num": 1 }, { "scene_name": "啦啦啦", "scene_note": "嘿嘿嘿嘿嘿嘿", "id": 3, "scene_img_num": 1 } ] } <<< success2(填id) { "code": 0, "msg": "ok", "data": [ { "deivce_action": "OFF", "device_name": "空气净化器", "room_name": "我的房间", "id": 12, "device_mac": "fda62510006f0d0", "action_dec": "空调制热16度" } ] } <<< error { "code": 20003, "msg": "Phone Code invalid", "dec": "验证码已经过期" } ~~~