更新时间:2023-06-21 07:13:06下载pdf
本文介绍批量移除用电设备的 API。
批量从空间 ID 移除能源设备,单批次最多支持 20 个设备。
POST: /v1.0/iot-03/energy/{energy_type}/space/{space_id}/devices-remove
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
energy_type | String | uri | true | 能源类型,仅支持电: electricity |
space_id | String | uri | true | 空间 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 移除结果 |
POST: /v1.0/iot-03/energy/electricity/space/xxx/devices-remove
{
"devices": [
"xxx"
]
}
{
"result": true,
"t": 1624525873263,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈