@@ -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