Compare commits

..

1 Commits

Author SHA1 Message Date
5722fc18b2
streamline mqtt state information handling 2025-03-15 15:03:56 +01:00

View File

@ -165,7 +165,6 @@ 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>,