mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-24 02:16:14 +00:00
add dashboard
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user