Skip to content

Commit

Permalink
Merge pull request #16 from daernsinstantfortress/dev
Browse files Browse the repository at this point in the history
Fix manual charging control
  • Loading branch information
daernsinstantfortress committed May 3, 2024
2 parents f9ab92c + f5b97ea commit 7205112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion weconnect_cupra/__version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.50.08'
__version__ = '0.50.09'
1 change: 0 additions & 1 deletion weconnect_cupra/api/cupra/elements/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def __setChargingControlChange(self, value): # noqa: C901
# Do API request
controlResponse = self.vehicle.fetcher.post(
url=f'https://ola.prod.code.seat.cloud.vwgroup.com/vehicles/{self.vehicle.vin.value}/charging/requests/{value.value}',
data='{}',
allow_redirects=True,
headers={
"accept": '*/*',
Expand Down

0 comments on commit 7205112

Please sign in to comment.