Last Updated on : 2023-06-20 15:22:10download
Query the communication protocols supported by multiple devices.
GET: /v1.0/iot-03/devices/protocol
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | query | true | The list of device IDs. Maximum value: 20 each time. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
id | String | The device ID. |
protocol | String | The protocol. Valid values: Wi-Fi, Zigbee, and Bluetooth mesh.
|
GET: /v1.0/iot-03/devices/protocol?device_ids=vdevo1629968086****,vdevo162214508****
{
"result": [
{
"protocol": "Wi-Fi",
"id": "vdevo1629968086****"
}
],
"t": 1630378559991,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback