Skip to content

Commit

Permalink
Update of charging sessions and statistics URLs to v2, since those ch…
Browse files Browse the repository at this point in the history
…anged in April 2024 (#622)
  • Loading branch information
Gr3yh0und authored Jun 14, 2024
1 parent 91c26e8 commit d1f7d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bimmer_connected/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class Regions(str, Enum):
VEHICLE_IMAGE_URL = "/eadrax-ics/v5/presentation/vehicles/images"
VEHICLE_POI_URL = "/eadrax-dcs/v1/send-to-car/send-to-car"

VEHICLE_CHARGING_STATISTICS_URL = "/eadrax-chs/v1/charging-statistics"
VEHICLE_CHARGING_SESSIONS_URL = "/eadrax-chs/v1/charging-sessions"
VEHICLE_CHARGING_STATISTICS_URL = "/eadrax-chs/v2/charging-statistics"
VEHICLE_CHARGING_SESSIONS_URL = "/eadrax-chs/v2/charging-sessions"

SERVICE_CHARGING_STATISTICS_URL = "CHARGING_STATISTICS"
SERVICE_CHARGING_SESSIONS_URL = "CHARGING_SESSIONS"
Expand Down

0 comments on commit d1f7d42

Please sign in to comment.