Explorar o código

Treat Unknown as full

Unknown means the charging threshold was reached
Thomas Dy %!s(int64=9) %!d(string=hai) anos
pai
achega
304d2ca156
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/sensors/tp_battery.rs

+ 1 - 0
src/sensors/tp_battery.rs

@@ -42,6 +42,7 @@ impl TPBatterySensor {
     fn parse_status(s: &str) -> Status {
         match s {
             "Full" => Status::FULL,
+            "Unknown" => Status::FULL,
             "Charging" => Status::CHARGING,
             _ => Status::DISCHARGING
         }