Fix typo on local-server.md

Fix curl correction command example typos
This commit is contained in:
Samuel Siburian
2024-11-17 11:18:39 +07:00
committed by GitHub
parent 9f08af44b0
commit 0d2b0fb657

View File

@ -206,7 +206,7 @@ curl --location -X PUT 'http://airgradient_84fce612eff4.local/config' --header '
- PMS5003_20231218 - PMS5003_20231218
```bash ```bash
curl --location -X PUT 'http://airgradient_84fce612eff4.local/config' --header 'Content-Type: application/json' --data '{"corrections":{"pm02":{"correctionAlgorithm":"slr_PMS5003_20231218","slr":{"intercept":0,"scalingFactor":0,03525,"useEpa2021":true}}}}' curl --location -X PUT 'http://airgradient_84fce612eff4.local/config' --header 'Content-Type: application/json' --data '{"corrections":{"pm02":{"correctionAlgorithm":"slr_PMS5003_20231218","slr":{"intercept":0,"scalingFactor":0.03525,"useEpa2021":true}}}}'
``` ```
- PMS5003_20240104 - PMS5003_20240104