set-enable-key-reset
Added in V1.4
Use the interface to set the hotkey function of the "LIVE" button if you want to restore all parameters to defaults by pressing and holding the key for 5 seconds.
HTTP Request
GET http://ip/usapi?method=set-enable-key-reset&enable-key-reset=0
Parameter | Description |
---|---|
method | set-enable-key-reset |
enable-key-reset | 0: Disabled 1: 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. |