Compare commits

..

1 Commits

Author SHA1 Message Date
bbbe6d846f
streamline mqtt state information handling 2025-03-15 14:50:50 +01:00

View File

@ -165,6 +165,7 @@ pub struct TankInfo {
/// estimation how many ml are still in tank
left_ml: Option<f32>,
/// if there is was an issue with the water level sensor
/// TODO merge with left_ml as Result<u32, error_type>
sensor_error: Option<TankError>,
/// raw water sensor value
raw: Option<f32>,