clear-upgrade
Use this interface to reset the device to the initial state (retInit=27) when the device fails to update manually or automatically using update.
HTTP Request
GET http://ip/usapi?method=clear-upgrade
Parameter | Description |
---|---|
method | clear-upgrade |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Indicates returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |