diff --git a/nodes/core/io/31-tcpin.html b/nodes/core/io/31-tcpin.html index c8cec5991..4b6d3a370 100644 --- a/nodes/core/io/31-tcpin.html +++ b/nodes/core/io/31-tcpin.html @@ -213,7 +213,6 @@ else { $("#fin-tip2").hide(); } - }; updateOptions(); $("#node-input-beserver").change(updateOptions); @@ -226,7 +225,7 @@
-  port +  port
@@ -243,7 +242,8 @@
-
Tip: outputs a binary Buffer, so you may want to .toString() it.
+
Tip: Outputs a binary Buffer, so you may want to .toString() it.
+ Tip: Leave host and port blank if you want to overide with msg.host and msg.port properties.