Skip to content

Commit 9aa3d8a

Browse files
authored
Revert unconfirmed plug state 3 (#1534)
1 parent ade3b58 commit 9aa3d8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renault_api/kamereon/enums.py

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class PlugState(Enum):
2626

2727
UNPLUGGED = 0
2828
PLUGGED = 1
29-
# 3 is unconfirmed, as it is currently unsupported on the App (see #1262)
30-
PLUGGED_WAITING_FOR_CHARGE = 3
3129
PLUG_ERROR = -1
3230
PLUG_UNKNOWN = -2147483648
3331

0 commit comments

Comments
 (0)