Compare commits
1 Commits
5722fc18b2
...
bbbe6d846f
Author | SHA1 | Date | |
---|---|---|---|
bbbe6d846f |
@ -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>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user