Last Updated on : 2024-07-01 06:57:40
Based on the device ID, query the signal strength of the specified Wi-Fi device in the last ten minutes and the specified Zigbee device in the last two minutes.
GET: /v2.0/cloud/thing/{device_id}/{device_type}/signal
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | path | true | The device ID. |
device_type | String | path | true | The type of device. Valid values:
|
Parameter name | Type | Description |
---|---|---|
signal | Integer | The signal level of the device. |
eventTime | Long | The time when an event occurred. |
indicatorType | String | The indicator type, including LQI and RSSI. |
signalLevel | String | The signal strength. |
GET: /v2.0/cloud/thing/***id/wifi/signal
{
"tid": "b8a2b49abbbc11eda71e169efc83a172",
"result": {
"signalLevel": "Excellent",
"indicatorType": "RSSI",
"eventTime": "1678065474602",
"signal": "-40"
},
"t": 1678065474602,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback