Last Updated on : 2024-07-01 06:57:15
Send signal detection instructions to the specified Wi-Fi and Zigbee devices, so that the devices report the current signal value to the cloud.
POST: /v2.0/cloud/thing/signal/detection/issue
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | body | true | The device ID. |
device_type | String | body | true | The type of device. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values:
|
POST: /v2.0/cloud/thing/signal/detection/issue
{
"device_id": "vdevo163815529739***",
"device_type": "WiFi"
}
{
"tid": "b8a2b49abbbc11eda71e169efc83a172",
"result": true,
"t": 1678065474602,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback