Update home

Dorian Zedler 2020-10-18 13:48:29 +00:00
parent 6105e5bd26
commit 87b526695b

@ -126,10 +126,12 @@ Command to get the current brightness of the display.
#### Reply data #### Reply data
```json ```json
{ {
"displayBrightness":<display brightness> "displayBrightness":<display brightness>,
"automaticBrightnessAdjustment":<automatic brightness adjustment>
} }
``` ```
`<display brightness>` is between 0 and 255 `<display brightness>` is between 0 and 255
`<automatic brightness adjustment>` is `true` or `false`
## Setter commands ## Setter commands
### `20` - Set text set parameter ### `20` - Set text set parameter
@ -150,10 +152,12 @@ Command to set the current brightness of the display
#### Request data #### Request data
```json ```json
{ {
"displayBrightness":<display brightness> "displayBrightness":<display brightness>,
"automaticBrightnessAdjustment":<automatic brightness adjustment>
} }
``` ```
`<display brightness>` is between 0 and 255 `<display brightness>` is between 0 and 255
`<automatic brightness adjustment>` is `true` or `false`
#### Reply data #### Reply data
`null` `null`