Update local-server config example

This commit is contained in:
AirGradient
2024-09-24 09:46:18 +07:00
committed by GitHub
parent 8873bacf55
commit 612317d976

View File

@ -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. With the path "/config" you can get the current configuration.
```json ```json
{ {
"country": "US", "country": "TH",
"pmStandard": "ugm3", "pmStandard": "ugm3",
"ledBarMode": "pm", "ledBarMode": "pm",
"displayMode": "on", "abcDays": 7,
"abcDays": 30,
"tvocLearningOffset": 12, "tvocLearningOffset": 12,
"noxLearningOffset": 12, "noxLearningOffset": 12,
"mqttBrokerUrl": "", "mqttBrokerUrl": "",
"temperatureUnit": "f", "temperatureUnit": "c",
"configurationControl": "both", "configurationControl": "local",
"postDataToAirGradient": true "postDataToAirGradient": true,
"ledBarBrightness": 100,
"displayBrightness": 100,
"offlineMode": false,
"model": "I-9PSL",
"monitorDisplayCompensatedValues": true
} }
``` ```