diff --git a/tesla_fleet_api/const.py b/tesla_fleet_api/const.py index b8ca594..eb4078e 100644 --- a/tesla_fleet_api/const.py +++ b/tesla_fleet_api/const.py @@ -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):