hap-node-client
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -370,2 +370,3 @@ "use strict"; | ||
HAPNodeJSClient.prototype.HAPstatus = function(ipAddress, port, body, callback) { | ||
debug("HAPstatus", this.pin); | ||
request({ | ||
@@ -385,2 +386,3 @@ eventBus: this._eventBus, | ||
// debug("HAPstatus", 'http://' + ipAddress + ':' + port + '/characteristics' + body); | ||
debug("HAPstatus-1", this.pin); | ||
if (err) { | ||
@@ -387,0 +389,0 @@ // debug("Homebridge Status failed %s:%s", ipAddress, port, body, err); |
{ | ||
"name": "hap-node-client", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Client for Hap-NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "HAPNodeJSClient.js", |
36303
920