node-red-contrib-omron-fins
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -174,6 +174,6 @@ /* | ||
if (msg.disconnect === true || msg.topic === 'disconnect') { | ||
node.connection.closeConnection(); | ||
node.client.closeConnection(); | ||
return; | ||
} else if (msg.connect === true || msg.topic === 'connect') { | ||
node.connection.connect(); | ||
node.client.connect(); | ||
return; | ||
@@ -180,0 +180,0 @@ } |
{ | ||
"name": "node-red-contrib-omron-fins", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Steve-Mcl", |
192051