更新时间:2023-06-15 05:46:50
本文介绍创建或更新设备类型配置的 API。
传入设备品类编码、设备类型名称创建或更新设备类型配置。创建或更新类型配置时必选传入全量的设备类型列表,最大可以传入 50 个。
POST: /v1.0/iot-03/seat-reservations/device-settings
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_categories | List |
true | 设备类型 |
device_categories
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_category_code | String | true | 设备类型 Code | |
device_category_name | String | true | 设备类型名称 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 新增成功返回 true,失败返回 false |
POST: /v1.0/iot-03/seat-reservations/device-settings
{
"device_categories": [
{
"device_category_code": "cz",
"device_category_name": "插座"
},
{
"device_category_code": "pm2.5",
"device_category_name": "pm2.5"
}
]
}
{
"result": true,
"t": 1623047389298,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈