Last Updated on : 2023-06-20 15:17:20download
Check whether a device is in a frozen status.
GET: /v1.0/iot-03/devices/{device_id}/freeze-state
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | Device ID |
Parameter name | Type | Description |
---|---|---|
result | DeviceFreezeStateRes |
Description of result
Parameter name | Type | Description |
---|---|---|
state | Integer | The device status:
|
GET: /v1.0/iot-03/devices/xxxxId/freeze-state
{
"result": {
"state": 1
},
"t": 1591872112140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback