Skip to content

Commit 21c774c

Browse files
authored
Merge pull request #1 from jnewland/gates
Support gates. Thanks to @jnewland
2 parents 90ecccc + 97f388b commit 21c774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymyq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class MyQAPI:
1111
MERLIN = 'merlin'
1212

1313
SUPPORTED_BRANDS = [LIFTMASTER, CHAMBERLAIN, CRAFTSMAN, MERLIN]
14-
SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO']
14+
SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO', 'Gate']
1515

1616
APP_ID = 'app_id'
1717
HOST_URI = 'myqexternal.myqdevice.com'

0 commit comments

Comments
 (0)