set-enable-check-update
Use this interface to set whether to allow the device to automatically and regularly check for new firmware versions.
HTTP Request
GET http://ip/usapi?method=set-enable-check-update&is-check-update=1
Parameter | Description |
---|---|
method | set-enable-check-update |
is-check-update | 0: disable auto-check 1: enable auto-check |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |