harmonyhubjs-discover
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -83,3 +83,3 @@ var debug = require('debug')('harmonyhubjs:discover:explorer') | ||
this.ping.stop(); | ||
this.responseCollector.start(); | ||
this.responseCollector.stop(); | ||
clearInterval(this.cleanUpIntervalToken); | ||
@@ -86,0 +86,0 @@ }; |
{ | ||
"name": "harmonyhubjs-discover", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Discover available Logitech Harmony Hubs in the current network.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,3 +15,3 @@ # harmonyhubjs-discover | ||
```javascript | ||
var HarmonyHubDiscover = require('harmonyhub-discover') | ||
var HarmonyHubDiscover = require('harmonyhubjs-discover') | ||
, discover = new HarmonyHubDiscover(61991); | ||
@@ -18,0 +18,0 @@ |
9131