diff --git a/README.md b/README.md index 5b30c21..5f229ba 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Confirm Nginx is serving files from the correct directory and that `data/EZORTD. ## Future Work -- Integrate remaining sensors: BH1750 (light), BMP581 (pressure), ZMOD4410 (TVOC/IAQ) +- Integrate remaining sensors: EZO-pH, EZO-DO, EZO-EC circuit - Add historical data visualization using the CSV log - Implement WebSocket-based push updates to replace polling - Package the daemon as a proper `systemd` service with logging diff --git a/data/EZORTD.json b/data/EZORTD.json index aeafb49..7e8d79d 100644 --- a/data/EZORTD.json +++ b/data/EZORTD.json @@ -1 +1 @@ -{ "temperature": 25.484 } +{ "temperature": 25.488 }