Skip to content

Commit

Permalink
Add third row to seat enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 12, 2024
1 parent 027524c commit f1df74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tesla_fleet_api/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class Seat(IntEnum):
REAR_LEFT = 2
REAR_CENTER = 4
REAR_RIGHT = 5
THIRD_LEFT = 6
THIRD_RIGHT = 7


class Level(IntEnum):
Expand Down

0 comments on commit f1df74d

Please sign in to comment.