Skip to content

Commit

Permalink
update valid open status
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed Jan 16, 2024
1 parent a090889 commit 3e19578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions volkswagencarnet/vw_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ class VehicleStatusParameter:

OUTSIDE_TEMPERATURE = "0x0301020001"

VALID_DOOR_STATUS = ["opened", "closed"]
VALID_WINDOW_STATUS = ["opened", "closed"]
VALID_DOOR_STATUS = ["open", "closed"]
VALID_WINDOW_STATUS = ["open", "closed"]


class Services:
Expand Down

0 comments on commit 3e19578

Please sign in to comment.