0.1.3 • Published 8 years ago

homebridge-liftmaster-adair v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

LiftMaster Plugin

Example config.json:

{
  "accessories": [
    {
      "accessory": "LiftMaster",
      "name": "Garage Door",
      "username": "your@email.com",
      "password": "your_password",
      "longPoll": 300,
      "shortPoll": 5
    }
  ]
}

If you have multiple garage doors connected to your LiftMaster account, the plugin will print out an error followed by the multiple device IDs it found. You'll need to use these IDs to enter your doors as separate accessories:

{
  "accessories": [
    {
      "accessory": "LiftMaster",
      "name": "Side Garage Door",
      "username": "your@email.com",
      "password": "your_password",
      "deviceID": "desired_device_id",
      "longPoll": 300,
      "shortPoll": 5
    }
  ]
}
0.1.3

8 years ago

0.1.2

8 years ago