From 7667de5ced55bec815ccb730a28eccb074deded8 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 3 Apr 2020 16:50:09 +0100 Subject: [PATCH] Tidy up ping notes for pub --- io/ping/88-ping.html | 12 +++++--- io/ping/locales/en-US/88-ping.html | 47 ++++++++++++++++-------------- io/ping/locales/en-US/88-ping.json | 3 +- io/ping/package.json | 7 +++-- 4 files changed, 40 insertions(+), 29 deletions(-) diff --git a/io/ping/88-ping.html b/io/ping/88-ping.html index 7826c500..b82abfda 100644 --- a/io/ping/88-ping.html +++ b/io/ping/88-ping.html @@ -19,6 +19,7 @@ +
diff --git a/io/ping/locales/en-US/88-ping.json b/io/ping/locales/en-US/88-ping.json index f1a9093e..0bfc7373 100644 --- a/io/ping/locales/en-US/88-ping.json +++ b/io/ping/locales/en-US/88-ping.json @@ -8,7 +8,8 @@ "mode_option": { "timed": "Timed", "triggered": "Triggered" - } + }, + "tip": "Note: Leave Target field blank to allow msg.payload to set hosts dynamically." } } } diff --git a/io/ping/package.json b/io/ping/package.json index 6ce6cffe..31edb417 100644 --- a/io/ping/package.json +++ b/io/ping/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-ping", - "version" : "0.1.0", + "version" : "0.2.0", "description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.", "dependencies" : { }, @@ -19,5 +19,8 @@ "name": "Dave Conway-Jones", "email": "ceejay@vnet.ibm.com", "url": "http://nodered.org" - } + }, + "contributors": [ + { "name": "@Steve-Mcl" } + ] }