Skip to content

Commit 97f388b

Browse files
author
Jesse Newland
committed
Support gates
1 parent 90ecccc commit 97f388b

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)