From 7610b9a9751a3af0b2cdc9d4f0efbcf47d0d1e92 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 12 Feb 2016 13:15:05 +0000 Subject: [PATCH] core nodes info updates --- nodes/core/core/20-inject.html | 6 +++--- nodes/core/core/58-debug.html | 7 ++++--- nodes/core/core/75-exec.html | 2 +- nodes/core/core/80-template.html | 3 ++- nodes/core/core/89-delay.html | 21 +++++++++------------ nodes/core/core/89-trigger.html | 10 ++++++---- 6 files changed, 25 insertions(+), 24 deletions(-) diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index dcc9ba274..10fa9965f 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -157,11 +157,11 @@ diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 349b8c97e..735ed984e 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -44,7 +44,7 @@

Provides 3 outputs... stdout, stderr, and return code.

By default uses exec() which calls the command, then gets a callback on completion, returning the complete result in one message, along with any errors.

Optionally can use spawn() instead, which returns the output from stdout and stderr as the command runs (usually one line at a time). On completion it then returns a return code (on the 3rd output).

-

The optional append gets added to the command after the msg.payload - so you can do things like pipe the result to another command.

+

The optional append gets added to the command after the msg.payload - so you can do things like pipe the result to another command.

Parameters with spaces should be enclosed in quotes - "This is a single parameter"

If stdout is binary a buffer is returned - otherwise returns a string.

The blue status icon will be visible while the node is active.

diff --git a/nodes/core/core/80-template.html b/nodes/core/core/80-template.html index f68577c6e..31593053a 100644 --- a/nodes/core/core/80-template.html +++ b/nodes/core/core/80-template.html @@ -52,7 +52,8 @@ - -