Skip to content

Commit

Permalink
Add missing "TRUNK_OPENED" for DoorLockedState
Browse files Browse the repository at this point in the history
  • Loading branch information
Prior99 committed Sep 23, 2024
1 parent 856f76a commit fa87f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions myskoda/models/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class OpenState(StrEnum):
class DoorLockedState(StrEnum):
LOCKED = "YES"
UNLOCKED = "NO"
TRUNK_OPENED = "TRUNK_OPENED"


class ChargerLockedState(StrEnum):
Expand Down

0 comments on commit fa87f97

Please sign in to comment.