Last Updated on : 2023-06-21 07:13:06download
Remove electrical devices from a specified space ID. Up to 20 devices can be removed each time.
POST: /v1.0/iot-03/energy/{energy_type}/space/{space_id}/devices-remove
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
energy_type | String | uri | true | The energy type. Set the value to electricity . |
space_id | String | uri | true | The ID of a specified space. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of removal. |
POST: /v1.0/iot-03/energy/electricity/space/xxx/devices-remove
{
"devices": [
"xxx"
]
}
{
"result": true,
"t": 1624525873263,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback