diff --git a/accessories/LiftMaster.js b/accessories/LiftMaster.js index 2b20448..8690a0e 100644 --- a/accessories/LiftMaster.js +++ b/accessories/LiftMaster.js @@ -9,6 +9,7 @@ function LiftMasterAccessory(log, config) { this.name = config["name"]; this.username = config["username"]; this.password = config["password"]; + this.requiredDeviceId = config["requiredDeviceId"]; } LiftMasterAccessory.prototype = { @@ -86,14 +87,14 @@ LiftMasterAccessory.prototype = { // look through the array of devices for an opener for (var i=0; i