更新时间:2023-06-15 05:54:52
本文介绍AI 巡店设备配置查询的 API。
查询 AI 巡店设备当前生效的配置。
GET: /v1.0/iot-03/store-inspection/devices/{device_id}/ai-setting
| 参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
|---|---|---|---|---|
| device_id | String | uri | true | 设备 ID |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | InterestsSettingRes | 配置结果 |
result 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| device_id | String | 设备 ID |
| interests | List |
配置结果集 |
interests 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| features | List |
特征配置结果集 |
features 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| type | String | 特征的类型 |
| values | List |
特征值结果 |
values 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| value | Integer | 配置值 |
| desc | String | 配置描述 |
GET: GET:/v1.0/iot-03/store-inspection/devices/6c81ea93d7476931f0****/ai-setting
{
"result": {
"device_id": "6c81ea93d7476931f0****",
"interests": [
{
"features": [
{
"values": [
{
"value": 2,
"desc": "厨师帽"
}
],
"type": "hat"
}
]
}
]
},
"t": 1635403206316,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈