node-red-contrib-tnc
v1.0.0
Published
This node is perfomring tcp connection test
Readme
Node-red-contrib-tnc
This node is perfomring tcp connection test
Input
msg.payload : {
port: 80, //mandatory
hostname : "23464MB3", //mandatory
timeout : 100 //optionnal (in msec)
...
}
Output
msg.payload : {
port: 80, //mandatory
hostname : "23464MB3", //mandatory
last_update : "2025-07-04T07:22:49.805Z",
status : "true / false"
...
}
