Skip to content

Commit 1e54bdc

Browse files
muczyepenet
andauthored
Document XJL2TR (Arkana) (#1845)
* Document Arkana * Apply suggestions from code review --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
1 parent ae4573e commit 1e54bdc

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/renault_api/kamereon/models.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,23 @@ class EndpointDefinition:
339339
"pressure": None, # Reason: "err.func.wired.notFound"
340340
"res-state": None, # Reason: "err.func.wired.notFound"
341341
},
342+
"XJL2TR": { # Arkana E-tech full hybrid
343+
"cockpit": _DEFAULT_ENDPOINTS["cockpit"], # confirmed
344+
"charge-history": None, # Reason: "err.func.wired.not-found"
345+
"charge-mode": None, # Reason: "err.func.wired.forbidden"
346+
"charge-schedule": None, # Reason: "err.func.wired.forbidden"
347+
"charging-settings": None, # Reason: "err.func.wired.forbidden"
348+
"hvac-status": None, # Reason: "err.func.wired.notFound"
349+
"hvac-history": None, # Reason: "err.func.wired.not-found"
350+
"hvac-settings": None, # Reason: "err.func.wired.not-found"
351+
"hvac-sessions": None, # Reason: "err.func.wired.not-found"
352+
"hvac-start": None, # Reason: "Request method 'GET' is not supported"
353+
"hvac-schedule": None, # Reason: "Request method 'GET' is not supported"
354+
"location": _DEFAULT_ENDPOINTS["location"],
355+
"lock-status": None, # Reason: "err.func.wired.notFound"
356+
"res-state": None, # Reason: "err.func.wired.notFound"
357+
"pressure": None, # Reason: "err.func.wired.notFound"
358+
},
342359
}
343360

344361
_ALREADY_WARNED_VEHICLE: set[str] = set()

0 commit comments

Comments
 (0)