Skip to content

Commit

Permalink
Merge pull request #1 from jnewland/gates
Browse files Browse the repository at this point in the history
Support gates. Thanks to @jnewland
  • Loading branch information
arraylabs authored Feb 20, 2017
2 parents 90ecccc + 97f388b commit 21c774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymyq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MyQAPI:
MERLIN = 'merlin'

SUPPORTED_BRANDS = [LIFTMASTER, CHAMBERLAIN, CRAFTSMAN, MERLIN]
SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO']
SUPPORTED_DEVICE_TYPE_NAMES = ['GarageDoorOpener', 'Garage Door Opener WGDO', 'VGDO', 'Gate']

APP_ID = 'app_id'
HOST_URI = 'myqexternal.myqdevice.com'
Expand Down

0 comments on commit 21c774c

Please sign in to comment.