From f0c4df42b70b06ae08efc89d20df80adc8db9599 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Sun, 26 Jan 2025 13:02:42 +0700 Subject: [PATCH] Fix wording on local-server --- docs/local-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local-server.md b/docs/local-server.md index 07e6dd3..5e5f233 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -160,8 +160,8 @@ If the monitor is set up on the AirGradient dashboard, it will also receive the **Notes** -- `offlineMode` : device will disable all network operation, and only show measurements on display and ledbar; Read-Only; change can be apply using reset button on boot. -- `disableCloudConnection` : disable every request to airgradient server, means feature like post data to airgradient dashboard, configure from cloud and firmware update are disabled. This configuration override `configurationControl` and `postDataToAirGradient`; Read-Only; change can be apply from wifi setup webpage. +- `offlineMode` : device will disable all network operation, and only show measurements on display and ledbar; Read-Only; Change can be apply using reset button on boot. +- `disableCloudConnection` : disable every request to AirGradient server, means features like post data to AirGradient server, configuration from AirGradient server and automatic firmware updates are disabled. This configuration overrides `configurationControl` and `postDataToAirGradient`; Read-Only; Change can be apply from wifi setup webpage. #### Corrections