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