docs: audit stale dashboard references and clarify DS18B20 support
This commit is contained in:
+13
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user