diff --git a/home.md b/home.md index cd19730..c1463b4 100644 --- a/home.md +++ b/home.md @@ -126,10 +126,12 @@ Command to get the current brightness of the display. #### Reply data ```json { - "displayBrightness": + "displayBrightness":, + "automaticBrightnessAdjustment": } ``` `` is between 0 and 255 +`` is `true` or `false` ## Setter commands ### `20` - Set text set parameter @@ -150,10 +152,12 @@ Command to set the current brightness of the display #### Request data ```json { - "displayBrightness": + "displayBrightness":, + "automaticBrightnessAdjustment": } ``` `` is between 0 and 255 +`` is `true` or `false` #### Reply data `null`