set-lcd-control
Added at V2.3, supported by Ultra Encode AIO only
Set LCD touch screen and display.
Use the interface get-info to get the range of the LCD display.
{
"lcd": {
"page": [] // range of LCD display
}
}
HTTP Request
GET http://ip/usapi?method=set-lcd-control&no-touch=0&no-flip=0&page-idx=1
Parameter | Description |
---|---|
method | set-lcd-control |
no-touch | 0: disable LCD touch screen 1: enable LCD touch screen |
no-flip | 0: disable page flip 1: enable page flip |
page-idx | LCD display 0: preview 1: live 2: record 3: Web UI QR code |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | Returned status. 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |