Last Updated on : 2023-06-21 07:12:59download
Query the electricity safety rules supported by a specified electrical device based on the device ID.
GET: /v1.0/iot-03/power-devices/{device_id}/support-safety-rules
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
Parameter name | Type | Description |
---|---|---|
result | List | The type of safety rules. Multiple rules are separated with commas (,). Valid values:
|
GET: /v1.0/iot-03/power-devices/6c814919a3f54fb4eb****/support-safety-rules
{
"result": [
"overload",
"ov_cr",
"ov_vol",
"undervoltage"
],
"t": 1637833893307,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback