Skip to content

Commit 2933433

Browse files
authored
Added state for stopped door (open)
1 parent 21c774c commit 2933433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymyq/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class MyQAPI:
4444
DOOR_STATE = {
4545
'1': STATE_OPEN, #'open',
4646
'2': STATE_CLOSED, #'close',
47+
'3': STATE_OPEN, #'stopped',
4748
'4': STATE_OPEN, #'opening',
4849
'5': STATE_CLOSED, #'closing',
4950
'8': STATE_OPEN, #'in_transition',

0 commit comments

Comments
 (0)