From f501d67ed6a89d7fda0948f242b13916d3938b36 Mon Sep 17 00:00:00 2001 From: Florian Bezannier Date: Sat, 26 Dec 2020 12:44:32 +0100 Subject: [PATCH] work in progress battery monitor --- MyPSACC.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MyPSACC.py b/MyPSACC.py index 57cd1be..70e7075 100644 --- a/MyPSACC.py +++ b/MyPSACC.py @@ -427,10 +427,12 @@ class MyPSACC: logger.debug("position already saved") finally: conn.close() + #todo handle battery status if charging_status is "InProgress": #create a new line pass - elif charging_status is "Stopped" or "Finnished" + elif charging_status is "Stopped" or "Finished": + pass @staticmethod def get_recorded_position():