Last Updated on : 2023-06-15 05:53:17
Count the total number of project spaces and the number of spaces bound with devices.
GET: /v1.0/iot-03/energy/{energy_type}/space-count
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
energy_type | String | uri | true | The energy type. Set the value to electricity . |
Parameter name | Type | Description |
---|---|---|
result | EnergySpaceCount |
Description of result
Parameter name | Type | Description |
---|---|---|
total | Integer | The total number of project spaces. |
bind | Integer | The number of spaces bound with devices. |
GET: v1.0/iot-03/energy/electricity/space-count
{
"result": {
"total": 3,
"bind": 1
},
"t": 1632466020044,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback