Compare commits
1 Commits
bbbe6d846f
...
5722fc18b2
Author | SHA1 | Date | |
---|---|---|---|
5722fc18b2 |
@ -165,7 +165,6 @@ pub struct TankInfo {
|
|||||||
/// estimation how many ml are still in tank
|
/// estimation how many ml are still in tank
|
||||||
left_ml: Option<f32>,
|
left_ml: Option<f32>,
|
||||||
/// if there is was an issue with the water level sensor
|
/// 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>,
|
sensor_error: Option<TankError>,
|
||||||
/// raw water sensor value
|
/// raw water sensor value
|
||||||
raw: Option<f32>,
|
raw: Option<f32>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user