mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
Fix identify() in Http
This commit is contained in:
@@ -69,8 +69,9 @@ HttpAccessory.prototype = {
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
identify: function() {
|
||||
identify: function(callback) {
|
||||
this.log("Identify requested!");
|
||||
callback(); // success
|
||||
},
|
||||
|
||||
getServices: function() {
|
||||
|
||||
Reference in New Issue
Block a user