diff --git a/src/renault_api/kamereon/enums.py b/src/renault_api/kamereon/enums.py
index a9ae2b8c..da5a45ff 100644
--- a/src/renault_api/kamereon/enums.py
+++ b/src/renault_api/kamereon/enums.py
@@ -22,6 +22,8 @@ class PlugState(Enum):
 
     UNPLUGGED = 0
     PLUGGED = 1
+    # 3 is unconfirmed, as it is currently unsupported on the App (see #1262)
+    PLUGGED_WAITING_FOR_CHARGE = 3
     PLUG_ERROR = -1
     PLUG_UNKNOWN = -2147483648