cancel-download
Use this interface to cancel the firmware downloading when the firmware is updating online using the update interface.
HTTP Request
GET http://ip/usapi?method=cancel-download
Parameter | Description |
---|---|
method | cancel-download |
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. |