diff --git a/nodes/core/io/31-tcpin.js b/nodes/core/io/31-tcpin.js index e47f29245..13661e29c 100644 --- a/nodes/core/io/31-tcpin.js +++ b/nodes/core/io/31-tcpin.js @@ -495,6 +495,7 @@ module.exports = function(RED) { setTimeout(function() { client.connect(port, host, function() { node.connected = true; + node.status({fill:"green",shape:"dot",text:"common.status.connected"}); client.write(msg.payload); }); },reconnectTime);