/ISAPI/SecurityCP/Configuration/signalStrengthDetection/currentAsyn?format=json

Get the current signal strength in asynchronous mode.

Request URI Definition

Table 1 GET /ISAPI/SecurityCP/Configuration/signalStrengthDetection/currentAsyn?format=json

Method

GET

Description

Get the current signal strength in asynchronous mode.

Query

format: determine the format of request or response message.

Request

None.

Response

Succeeded: JSON_SignalStrengthDetection

Failed: JSON_ResponseStatus

Remarks

  • Before calling this URI, you should call /ISAPI/SecurityCP/Configuration/signalStrengthDetection/mode?format=json by PUT method and set the mode to "enter" to enable signal strength detection for the device.

  • The detection result will be returned immediately after calling this URI. If status in the response message is "processing", you should continue calling this URI until status is "success" and the signal strength is returned. If status is "failed", you should stop calling this URI recursively.