Last Updated on : 2023-12-07 03:33:48download
Get the latest status of multiple devices by the device IDs.
GET: /v1.0/iot-03/devices/status
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | query | true | The device IDs. Multiple IDs are separated by a comma (,). Limit up to 20. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | Device ID |
status | List | The list of device status |
Description of status
Parameter name | Type | Description |
---|---|---|
code | String | Status code |
value | Object | Status value |
GET: /v1.0/iot-03/devices/status?device_ids=xxxid1,xxxxid2
{
"result": [
{
"id": "xxxxxx",
"status": [
{
"code": "switch_led",
"value": true
},
{
"code": "work_mode",
"value": "scene_2"
}
]
}
],
"t": 1591872112140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback