hap-node-client
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -284,3 +284,3 @@ 'use strict'; | ||
method: 'PUT', | ||
url: 'http://' + host + '/characteristics', | ||
url: 'http://' + ipAddress + ':' + port + '/characteristics', | ||
timeout: this.reqTimeout, | ||
@@ -503,3 +503,3 @@ maxAttempts: 5, // (default) try 5 times | ||
method: 'PUT', | ||
url: 'http://' + host + '/characteristics', | ||
url: 'http://' + ipAddress + ':' + port + '/characteristics', | ||
timeout: this.reqTimeout, | ||
@@ -595,3 +595,3 @@ maxAttempts: 5, // (default) try 5 times | ||
method: 'POST', | ||
url: 'http://' + host + '/resource', | ||
url: 'http://' + ipAddress + ':' + port + '/resource', | ||
timeout: this.reqTimeout, | ||
@@ -677,3 +677,3 @@ maxAttempts: 5, // (default) try 5 times | ||
method: 'GET', | ||
url: 'http://' + host + '/characteristics' + body, | ||
url: 'http://' + ipAddress + ':' + port + '/characteristics' + body, | ||
timeout: this.reqTimeout, | ||
@@ -680,0 +680,0 @@ maxAttempts: 5, // (default) try 5 times |
{ | ||
"name": "hap-node-client", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Client for Hap-NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "HAPNodeJSClient.js", |
72063