Skip to content

Commit

Permalink
Change vehicle FRONTSIDE image (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe authored Mar 29, 2024
1 parent 77b4d3f commit ef3db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/vehicle/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class VehicleViewDirection(StrEnum):
This is used to get a rendered image of the vehicle.
"""

FRONTSIDE = "VehicleStatus" # also available as AngleSideViewForty
FRONTSIDE = "AngleSideViewForty"
FRONT = "FrontView"
# REARSIDE = 'REARSIDE'
# REAR = 'REAR'
Expand Down

0 comments on commit ef3db68

Please sign in to comment.