Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "hap-alexa", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "HAP-NodeJS Modules to support Amazon Alexa Integration", | ||
@@ -5,0 +5,0 @@ "main": "ssdp.js", |
@@ -109,3 +109,4 @@ 'use strict'; | ||
//TODO: Add logical interface | ||
udpServer.addMembership('239.255.255.250', ip.address()); | ||
// udpServer.addMembership('239.255.255.250', ip.address()); | ||
udpServer.addMembership('239.255.255.250'); | ||
deferred.resolve(); | ||
@@ -112,0 +113,0 @@ } catch (err) { |
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
33480
509