Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "hap-alexa", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "HAP-NodeJS Modules to support Amazon Alexa Integration", | ||
@@ -5,0 +5,0 @@ "main": "ssdp.js", |
@@ -90,3 +90,3 @@ 'use strict'; | ||
var response = getDiscoveryResponses(); | ||
sleep(Math.random()*15000).then(() => { | ||
sleep(parseInt(Math.random()*15000)).then(() => { | ||
// Do something after the sleep! | ||
@@ -93,0 +93,0 @@ udpServer.send(response, rinfo.port, rinfo.address, () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32088