Skip to content

Commit e4e3fc3

Browse files
committed
Update documentation for X102VE (Zoé Phase 2)
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
1 parent 9ae496a commit e4e3fc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/renault_api/kamereon/models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@ class EndpointDefinition:
312312
"actions/charge-stop": _KCM_ENDPOINTS[ # Uses KCM pause-resume
313313
"actions/charge-stop-via-pause-resume"
314314
],
315+
"actions/horn-start": None, # Reason: The access is forbidden,
316+
"actions/hvac-start": _DEFAULT_ENDPOINTS["actions/hvac-start"],
317+
"actions/lights-start": None, # Reason: The access is forbidden,
315318
"battery-status": _DEFAULT_ENDPOINTS["battery-status"],
316319
"charge-mode": None, # default => 400 Bad Request
317320
"charge-schedule": None, # default => 404
@@ -324,6 +327,7 @@ class EndpointDefinition:
324327
# pressure not supported by all vehicles - but confirmed to be working on some
325328
"pressure": _DEFAULT_ENDPOINTS["pressure"],
326329
"res-state": None, # default => 404
330+
"soc-levels": None, # Reason: "err.func.wired.not-found"
327331
},
328332
"XBG1VE": { # DACIA SPRING
329333
"actions/charge-start": _KCM_ENDPOINTS["actions/charge-start-via-pause-resume"],

0 commit comments

Comments
 (0)