add dashboard

This commit is contained in:
Florian Bezannier
2020-12-18 16:58:51 +01:00
parent fdeba33685
commit cd58a9c55a
7 changed files with 334 additions and 99 deletions
+4 -1
View File
@@ -9,6 +9,7 @@ from MyPSACC import MyPSACC
from MyLogger import logger
from psa_connectedcar.rest import ApiException
class ChargeControls:
def __init__(self):
@@ -121,4 +122,6 @@ class ChargeControl:
chd = copy(self.__dict__)
chd.pop("psacc")
chd.pop("thread")
return chd
return chd