set-enable-check-update
Added in V1.4
Use the interface to set whether to allow the device to auto-check the new firmware version.
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: auto-check disabled 1: auto-check enabled |
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. |