Closed danielsen2009 closed 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();
}
@danielsen2009 the latest commit (version) supports Identify Accessory
sudo npm install -g cflurin/homebridge-mqtt
https://github.com/cflurin/homebridge-mqtt#identify-accessory
Awesome! Thank you! Cant wait to get home and update.
Am I missing this or does the identify accessory not get passed through?