We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade3b58 commit 9aa3d8aCopy full SHA for 9aa3d8a
src/renault_api/kamereon/enums.py
@@ -26,8 +26,6 @@ class PlugState(Enum):
26
27
UNPLUGGED = 0
28
PLUGGED = 1
29
- # 3 is unconfirmed, as it is currently unsupported on the App (see #1262)
30
- PLUGGED_WAITING_FOR_CHARGE = 3
31
PLUG_ERROR = -1
32
PLUG_UNKNOWN = -2147483648
33
0 commit comments