Skip to content

Commit

Permalink
Change vehicle FRONTSIDE image
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Mar 29, 2024
1 parent 77b4d3f commit 0ae290f
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 0ae290f

Please sign in to comment.