We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ecccc + 97f388b commit 21c774cCopy full SHA for 21c774c
pymyq/__init__.py
@@ -11,7 +11,7 @@ class MyQAPI:
11
MERLIN = 'merlin'
12
13
SUPPORTED_BRANDS = [LIFTMASTER, CHAMBERLAIN, CRAFTSMAN, MERLIN]
14
- SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO']
+ SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO', 'Gate']
15
16
APP_ID = 'app_id'
17
HOST_URI = 'myqexternal.myqdevice.com'
0 commit comments