node-red-contrib-knx
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -71,3 +71,3 @@ /** | ||
this.on("close", function () { | ||
log('disconnecting from knxjs server at %s:%d in mode[%s]', [config.host, config.port, config.mode]); | ||
log('disconnecting from knxjs server at ' + config.host + ':' + config.port + ' in mode[' + config.mode + ']'); | ||
node.knxjsconn && node.knxjsconn.Disconnect && node.knxjsconn.Disconnect(); | ||
@@ -238,5 +238,5 @@ }); | ||
if (that.receiveEvent && that.connection) | ||
that.connection.off('event', that.receiveEvent); | ||
that.connection.removeListener('event', that.receiveEvent); | ||
if (that.receiveStatus && that.connection) | ||
that.connection.off('status', that.receiveStatus); | ||
that.connection.removeListener('status', that.receiveStatus); | ||
}); | ||
@@ -243,0 +243,0 @@ // this.on("error", function(msg) {}); |
{ | ||
"name": "node-red-contrib-knx", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "KNX for node-red, utilizing pure JavaScript KNXnet/IP driver (both works: tunelling & routing)", | ||
@@ -30,4 +30,4 @@ "main": "knx.js", | ||
"dependencies": { | ||
"knx.js": "^0.2.5" | ||
"knx.js": "^0.3.1" | ||
} | ||
} |
26262
+ Addedasap@2.0.6(transitive)
+ Addedknx.js@0.3.3(transitive)
+ Addedpromise@7.3.1(transitive)
- Removedknx.js@0.2.5(transitive)
Updatedknx.js@^0.3.1