docs: audit stale dashboard references and clarify DS18B20 support

This commit is contained in:
2026-06-09 14:58:04 -06:00
parent cf722a7287
commit 19538781e8
8 changed files with 119 additions and 0 deletions
+13
View File
@@ -917,3 +917,16 @@ Example response:
"ap_ip": "192.168.4.1",
"message": "AP reset to default SSID with regenerated password."
}
## Temperature Telemetry
DS18B20 temperature support is already implemented in the Cargo ESP/WebUI/API path.
Architecture expectation:
- Cargo ESP32 owns DS18B20 sensor reads.
- Cargo ESP32 exposes temperature telemetry through the API.
- WebUI displays temperature telemetry from Cargo ESP state.
- Dashboard ESP32-S3 consumes temperature telemetry from the Cargo ESP API.
The dashboard should not directly read cargo/fridge DS18B20 sensors for v1.