Skip to content

Commit

Permalink
cockpit endpoint has regressed to v1 for Renault reasons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesremuscat committed Apr 17, 2024
1 parent c359492 commit 9e6a255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyze/api/kamereon.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def charge_mode(self):
return raw_mode

def mileage(self):
return self._get('cockpit', 2)
return self._get('cockpit', 1)

# Not (currently) implemented server-side
def lock_status(self):
Expand Down

0 comments on commit 9e6a255

Please sign in to comment.