1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-19 08:40:25 -07:00

Update core.py

This commit is contained in:
pifou 2020-10-03 10:42:57 +02:00
parent ade3d18f30
commit da8b3453fa

View File

@ -174,6 +174,7 @@ API_ERRORS = {
"0106": NotConnectedError, "0106": NotConnectedError,
"0100": FailedRequestError, "0100": FailedRequestError,
9000: InvalidRequestError, # Surprisingly, an integer (not a string). 9000: InvalidRequestError, # Surprisingly, an integer (not a string).
9003: NotLoggedInError, # Session Creation FailureError
} }