智能设备语音控制(不含NLU)

更新时间:2021-09-29 11:20:15下载pdf

提供发现设备、控制设备、查询设备状态、执行场景、读取场景列表等API,可以让智能音箱、App、或者其他终端控制产品。

免App接入

API名称 接口地址
设备控制 POST:/v1.0/iot-01/voice/users/devices/{device_id}/commands
发现设备 GET:/v1.0/iot-01/voice/users/devices
场景发现 GET:/v1.0/iot-01/voice/users/scenes
设备状态查询 GET:/v1.0/iot-01/voice/users/devices/{device_id}/status
控制场景 POST:/v1.0/iot-01/voice/users/scenes/{scene_id}/commands

自有App接入

API名称 接口地址
场景发现 GET:/v1.0/iot-01/voice/users/{uid}/scenes
设备状态查询 GET:/v1.0/iot-01/voice/users/{uid}/devices/{device_id}/status
场景控制 POST:/v1.0/iot-01/voice/users/{uid}/scenes/{scene_id}/commands
设备发现 GET:/v1.0/iot-01/voice/users/{uid}/devices
设备控制 POST:/v1.0/iot-01/voice/users/{uid}/devices/{device_id}/commands