diff --git a/custom_components/mbapi2020/car.py b/custom_components/mbapi2020/car.py index c836fcec..985838cf 100644 --- a/custom_components/mbapi2020/car.py +++ b/custom_components/mbapi2020/car.py @@ -95,6 +95,7 @@ "rooftopstatus", "sunroofstatus", "engineHoodStatus", + "chargeFlapDCStatus", ] ELECTRIC_OPTIONS = [ diff --git a/custom_components/mbapi2020/const.py b/custom_components/mbapi2020/const.py index 45ea3440..28796fa4 100644 --- a/custom_components/mbapi2020/const.py +++ b/custom_components/mbapi2020/const.py @@ -92,8 +92,8 @@ X_APPLICATIONNAME_US = "mycar-store-us" X_APPLICATIONNAME_AP = "mycar-store-ap" -USE_PROXY = False -VERIFY_SSL = True +USE_PROXY = True +VERIFY_SSL = False SYSTEM_PROXY: str | None = None if not USE_PROXY else "http://0.0.0.0:8080" @@ -1081,6 +1081,36 @@ None, None, ], + "sunroofstatus": [ + "Sunroof Status", + None, # Deprecated: DO NOT USE + "doors", + "sunroofstatus", + "value", + None, + {}, + None, + None, + False, + None, + None, + None, + ], + "chargeflapdcstatus": [ + "Charge Flap DC Status", + None, # Deprecated: DO NOT USE + "doors", + "chargeFlapDCStatus", + "value", + None, + {}, + None, + None, + False, + None, + None, + None, + ], } LOCKS = {