Last Updated on : 2023-06-21 07:13:03
Query the balance alert threshold of an electrical device. An alert will be triggered if the account balance is lower than the threshold.
GET: /v1.0/iot-03/power-devices/{device_id}/balance-threshold
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
Parameter name | Type | Description |
---|---|---|
result | Integer | The balance alert threshold. Unit: kWh. |
GET: /v1.0/iot-03/power-devices/6c31820d9e02f8db7e****/balance-threshold
{
"result": 10,
"t": 1637809685172,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback