cancel-download
Use the interface to cancel the download process when the new firmware is being downloaded using the update for online update.
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. |