node-red-contrib-soundweb
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -14,3 +14,5 @@ var net = require('net'); | ||
this.socket = net.connect(port, host); | ||
this.bssLib = bssLib; | ||
@@ -46,4 +48,8 @@ | ||
}); | ||
this.socket.on('error', function (err) { | ||
console.info('[soundweb-server]', err.toString()); | ||
}); | ||
} | ||
RED.nodes.registerType("soundweb-server", SoundwebServerNode); | ||
} |
{ | ||
"name": "node-red-contrib-soundweb", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A collection of nodes for controlling BSS soundweb devices.", | ||
@@ -5,0 +5,0 @@ "main": "soundweb-server.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
182348
1042