From 612317d9761ffe1333ea99252c7d4377492aa82e Mon Sep 17 00:00:00 2001 From: AirGradient <68736665+airgradienthq@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:46:18 +0700 Subject: [PATCH] Update local-server config example --- docs/local-server.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/local-server.md b/docs/local-server.md index 68582b9..307ad8c 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -77,17 +77,21 @@ Compensated values apply correction algorithms to make the sensor values more ac With the path "/config" you can get the current configuration. ```json { - "country": "US", + "country": "TH", "pmStandard": "ugm3", "ledBarMode": "pm", - "displayMode": "on", - "abcDays": 30, + "abcDays": 7, "tvocLearningOffset": 12, "noxLearningOffset": 12, "mqttBrokerUrl": "", - "temperatureUnit": "f", - "configurationControl": "both", - "postDataToAirGradient": true + "temperatureUnit": "c", + "configurationControl": "local", + "postDataToAirGradient": true, + "ledBarBrightness": 100, + "displayBrightness": 100, + "offlineMode": false, + "model": "I-9PSL", + "monitorDisplayCompensatedValues": true } ```