From dc261f668dae55ec64829cccddaccb825bd24402 Mon Sep 17 00:00:00 2001 From: AirGradient <68736665+airgradienthq@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:08:48 +0700 Subject: [PATCH] Update local-server.md II --- docs/local-server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/local-server.md b/docs/local-server.md index 9bb9bcc..1daede0 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -102,7 +102,8 @@ Example to set monitor to Celsius ```curl -X PUT -H "Content-Type: application/json" -d '{"temperatureUnit":"c"}' http://airgradient_84fce612eff4.local/config ``` If you use command prompt on Windows, you need to escape the quotes: - -d "{\"param\":\"value\"}" + + ``` -d "{\"param\":\"value\"}" ``` #### Avoiding Conflicts with Configuration on AirGradient Server If the monitor is set up on the AirGradient dashboard, it will also receive configurations from there. In case you do not want this, please set `configurationControl` to `local`. In case you set it to `cloud` and want to change it to `local`, you need to make a factory reset.