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.
1 parent 90ecccc commit 97f388bCopy full SHA for 97f388b
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