From fabf0550fc64b3219403f982c769121cc6e8b3e0 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 12 Aug 2025 20:45:41 -0400 Subject: [PATCH] Fix JSON example in /config docs The JSON example has an extra closing brace, causing the JSON to be invalid. The fix is to remove the stray closing brace. --- docs/local-server.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/local-server.md b/docs/local-server.md index e7d76e4..ee55ff3 100644 --- a/docs/local-server.md +++ b/docs/local-server.md @@ -106,7 +106,6 @@ Compensated values apply correction algorithms to make the sensor values more ac "pm02": { "correctionAlgorithm": "epa_2021", "slr": {} - } } } }