Skip to content

Commit

Permalink
Fixed typo within const
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Jul 22, 2020
1 parent 790ee7a commit b50b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvlx/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class NodeTypeWithSubtype(Enum):
WINDOW_OPENER = 0x0100
WINDOW_OPENER_WITH_RAIN_SENSOR = 0x0101
GARAGE_DOOR_OPENER = 0x0140
LINAR_ANGULAR_POSITION_OF_GARAGE_DOOR = 0x140
LINAR_ANGULAR_POSITION_OF_GARAGE_DOOR = 0x017A
LIGHT = 0x0180
LIGHT_ON_OFF = 0x01BA
GATE_OPENER = 0x01C0
Expand Down

0 comments on commit b50b694

Please sign in to comment.