From b5cced40d2643e4b04c58b15825e7d885819bfea Mon Sep 17 00:00:00 2001 From: AirGradient <68736665+airgradienthq@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:05:39 +0700 Subject: [PATCH] Update local-server.md --- docs/local-server.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/local-server.md b/docs/local-server.md index 7092b35..9bb9bcc 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -101,6 +101,9 @@ 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\"}" + #### 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.