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