From 801381966d7b90f684deaeee89b0152c60ae57f7 Mon Sep 17 00:00:00 2001 From: slater0013 <49311455+slater0013@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:53:04 +0100 Subject: [PATCH] Unsupported Features on Dacia Spring Lock Status / Res State and Charge Mode are not supported on Dacia Spring. --- src/renault_api/kamereon/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/renault_api/kamereon/models.py b/src/renault_api/kamereon/models.py index 68ffd861..575cef8a 100644 --- a/src/renault_api/kamereon/models.py +++ b/src/renault_api/kamereon/models.py @@ -64,6 +64,9 @@ }, "XBG1VE": { # DACIA SPRING "control-charge-via-kcm": True, + "support-endpoint-lock-status": False, + "support-endpoint-res-state": False, + "support-endpoint-charge-mode": False, }, "XCB1VE": { # MEGANE E-TECH "support-endpoint-lock-status": False,