hap-node-client
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -120,2 +120,3 @@ "use strict"; | ||
* | ||
* @class | ||
* @param {type} callback description | ||
@@ -346,3 +347,2 @@ * @return {type} description | ||
timeout: 7000, | ||
json: true, | ||
maxAttempts: 5, // (default) try 5 times | ||
@@ -374,2 +374,3 @@ retryDelay: 5000, // (default) wait for 5s before trying again | ||
} else { | ||
// debug("_getAccessories", response.body); | ||
var message = JSON.parse(response.body); | ||
@@ -376,0 +377,0 @@ if (message && Object.keys(message.accessories).length > 0) { |
{ | ||
"name": "hap-node-client", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "Client for Hap-NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "HAPNodeJSClient.js", |
32552
842