From 9c92eeb9f5629a42afdc1fdca2664f0197b1b404 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Thu, 6 Nov 2014 10:21:14 +0000 Subject: [PATCH] Allow tcp request node to accept msg.host and msg.port as inputs Overrides only allowed if edit setting left blank. --- nodes/core/io/31-tcpin.html | 11 ++++++----- nodes/core/io/31-tcpin.js | 21 ++++++++++++++------- 2 files changed, 20 insertions(+), 12 deletions(-) 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.