cflurin / homebridge-mqtt

Homebridge-mqtt is a Plugin for Homebridge.
Apache License 2.0
229 stars 39 forks source link

Identify Accessory #23

Closed danielsen2009 closed 7 years ago

danielsen2009 commented 7 years ago

Am I missing this or does the identify accessory not get passed through?

cflurin commented 7 years ago

Correct, it's on my todo-list.

Accessory.prototype.identify = function (paired, callback) {

  this.log("Accessory.identify %s", this.name);
  // todo
  callback();
}
cflurin commented 7 years ago

@danielsen2009 the latest commit (version) supports Identify Accessory

sudo npm install -g cflurin/homebridge-mqtt

https://github.com/cflurin/homebridge-mqtt#identify-accessory

danielsen2009 commented 7 years ago

Awesome! Thank you! Cant wait to get home and update.