From 87b526695b6706f71552779b6d9a0a40077fd4ef Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 18 Oct 2020 13:48:29 +0000 Subject: [PATCH] Update home --- home.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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`