ping
Use the interface to detect whether the device is accessible without login.
This function is used to ensure that the device has restarted completely 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 current mask of running status. Refer to Device Status Mask to find specific description for each value. |