docs: define cargo esp api contract

This commit is contained in:
2026-06-09 15:02:44 -06:00
parent 19538781e8
commit f1683897bc
6 changed files with 166 additions and 0 deletions
+6
View File
@@ -240,3 +240,9 @@ Future work should focus on:
- Keeping the API contract accurate
- Displaying existing temperature telemetry on the ESP32-S3 dashboard
- Preserving Cargo ESP ownership of cargo/fridge temperature sensors
## Cargo API Contract
The current Cargo ESP API ownership and expected endpoint areas are documented in `docs/cargo-api-contract.md`.
This contract should guide future ESP32-S3 dashboard work so dashboard firmware targets stable Cargo ESP data instead of duplicating sensor or relay ownership.