diff --git a/pyecotrend_ista/const.py b/pyecotrend_ista/const.py index 2a43007..9d7944a 100644 --- a/pyecotrend_ista/const.py +++ b/pyecotrend_ista/const.py @@ -1,4 +1,4 @@ -VERSION = "1.0.17" +VERSION = "1.0.18" LOGIN_HEADER = { "Accept": "application/json, text/plain, */*", "Accept-Encoding": "gzip, deflate, br", diff --git a/pyecotrend_ista/pyecotrend_ista.py b/pyecotrend_ista/pyecotrend_ista.py index 8c62ed5..105e897 100644 --- a/pyecotrend_ista/pyecotrend_ista.py +++ b/pyecotrend_ista/pyecotrend_ista.py @@ -95,7 +95,7 @@ async def __setAccount(self): self._a_userGroup = res["userGroup"] self._uuid = res["activeConsumptionUnit"] - def gerVersion(self): + def getVersion(self): return self._version async def login(self, forceLogin=False):