Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/renault_api/kamereon/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,23 @@ class EndpointDefinition:
"pressure": None, # Reason: "err.func.wired.notFound"
"res-state": None, # Reason: "err.func.wired.notFound"
},
"XJL2TR": { # Arkana E-tech full hybrid
"cockpit": _DEFAULT_ENDPOINTS["cockpit"], # confirmed
"charge-history": None, # Reason: "err.func.wired.not-found"
"charge-mode": None, # Reason: "err.func.wired.forbidden"
"charge-schedule": None, # Reason: "err.func.wired.forbidden"
"charging-settings": None, # Reason: "err.func.wired.forbidden"
"hvac-status": None, # Reason: "err.func.wired.notFound"
Comment thread
epenet marked this conversation as resolved.
Outdated
"hvac-history": None, # Reason: "err.func.wired.not-found"
"hvac-settings": None, # Reason: "err.func.wired.not-found"
"hvac-sessions": None, # Reason: "err.func.wired.not-found"
"hvac-start": None, # Reason: "Request method 'GET' is not supported"
"hvac-schedule": None, # Reason: "Request method 'GET' is not supported"
"location": _DEFAULT_ENDPOINTS["location"],
"lock-status": None, # Reason: "err.func.wired.notFound"
"res-state": None, # Reason: "err.func.wired.notFound"
"pressure": None, # Reason: "err.func.wired.notFound"
},
}

_ALREADY_WARNED_VEHICLE: set[str] = set()
Expand Down
Loading