From b9cf6d88e96703c026ed8c4972bd496ec5fc913b Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 26 Oct 2019 13:07:44 +0100 Subject: [PATCH] bump ping package to 0.1 to include i18n --- io/ping/LICENSE | 2 +- io/ping/README.md | 3 ++- io/ping/package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/io/ping/LICENSE b/io/ping/LICENSE index f5b60114..6085bcc2 100644 --- a/io/ping/LICENSE +++ b/io/ping/LICENSE @@ -1,4 +1,4 @@ -Copyright 2016 JS Foundation and other contributors, https://js.foundation/ +Copyright 2016-2019 JS Foundation and other contributors, https://js.foundation/ Copyright 2013-2016 IBM Corp. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/io/ping/README.md b/io/ping/README.md index 4bfb9e87..36127c73 100644 --- a/io/ping/README.md +++ b/io/ping/README.md @@ -7,7 +7,7 @@ remote server, for use as a keep-alive check. Install ------- -Run the following command in your Node-RED user directory - typically `~/.node-red` +Either use the Editor - Menu - Manage Palette - Import option or run the following command in your Node-RED user directory - typically `~/.node-red` npm install node-red-node-ping @@ -30,6 +30,7 @@ Usage Pings a machine and returns the trip time in mS as `msg.payload`. Returns boolean `false` if no response received, or if the host is unresolveable. + `msg.error` will contain any error message if necessary. `msg.topic` contains the ip address of the target host. diff --git a/io/ping/package.json b/io/ping/package.json index 9ca40169..6ce6cffe 100644 --- a/io/ping/package.json +++ b/io/ping/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-ping", - "version" : "0.0.17", + "version" : "0.1.0", "description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.", "dependencies" : { },