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,
  "micro-sec": 149564858458,
  "cur-status": 65552
}
| Item | Description | 
|---|---|
| result | 0 indicates the device is able to access. 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. |