diff --git a/docs/local-server.md b/docs/local-server.md index 3a54c98..0c3d750 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -206,11 +206,11 @@ curl --location -X PUT 'http://airgradient_84fce612eff4.local/config' --header ' - PMS5003_20231218 ```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 ```bash curl --location -X PUT 'http://airgradient_84fce612eff4.local/config' --header 'Content-Type: application/json' --data '{"corrections":{"pm02":{"correctionAlgorithm":"slr_PMS5003_20240104","slr":{"intercept":0,"scalingFactor":0.02896,"useEpa2021":true}}}}' -``` \ No newline at end of file +```