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 } ```