From 86aa7c97be0ebd7734538bf84717dba9b07da27c Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 22 Oct 2015 19:02:22 +0100 Subject: [PATCH] Make exec node status indication consistent with others --- nodes/core/core/75-exec.html | 1 + nodes/core/core/75-exec.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index e334a94d4..349b8c97e 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -47,6 +47,7 @@

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.