mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-26 10:17:18 +00:00
work in progress battery monitor
This commit is contained in:
+3
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user