5 Commits

Author SHA1 Message Date
e0e93246d0 move all mqtt publishing functions to mqtt module 2026-05-10 17:23:40 +02:00
1430359caa refctor: TankInfo structure (consistent layout)
- fix: use tagged enum serialization for TankError
- fix: rename TankInfo fields for consistent naming (volume_ml, pct, water_temp_c)
- renamed some fields for better clarity on contained value
2026-05-10 17:23:38 +02:00
626c10b98b refactor: PlantInfo structure (consistent layout)
- fix: use tagged enum serialization for MoistureSensorError and PumpError
- fix: flatten PlantInfo sensors to SensorTelemetry with top-level moisture_pct
2026-05-10 17:23:36 +02:00
e400de1fc2 refactor: BatteryInfo structure (consistent layout)
- use tagged enum serialization for BatteryError
- flatten BatteryInfo telemetry with consistent field names and typed error
2026-05-10 17:23:34 +02:00
d0066b2709 fix: serialize firmware/state as JSON instead of Debug format 2026-05-10 17:23:31 +02:00

Diff Content Not Available