mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
Update local-server config example
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user