diff --git a/accessories/Http.js b/accessories/Http.js index 0967be7..e1859cf 100644 --- a/accessories/Http.js +++ b/accessories/Http.js @@ -69,8 +69,9 @@ HttpAccessory.prototype = { }.bind(this)); }, - identify: function() { + identify: function(callback) { this.log("Identify requested!"); + callback(); // success }, getServices: function() {