Update home
parent
6105e5bd26
commit
87b526695b
1 changed files with 6 additions and 2 deletions
8
home.md
8
home.md
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue