ping
Use this interface to check whether the device is accessible without log-in.
This function is used to ensure that the device has restarted after firmware update
, reset all settings
or change IP address
.
HTTP Request
GET http://ip/usapi?method=ping
Parameter | Description |
---|---|
method | ping |
Response Body
{
"result": 0,
"cur-status": 65552
}
Item | Description |
---|---|
result | 0 indicates the device is ready. Refer to API Status Codes to find specific description for other values. |
cur-status | Indicates the mask of current running status. Refer to Device Status Mask to find specific description for each value. |