Skip to content

Commit b9cf6d8

Browse files
author
Dave Conway-Jones
committed
bump ping package to 0.1 to include i18n
1 parent 0f46364 commit b9cf6d8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

io/ping/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016 JS Foundation and other contributors, https://js.foundation/
1+
Copyright 2016-2019 JS Foundation and other contributors, https://js.foundation/
22
Copyright 2013-2016 IBM Corp.
33

44
Licensed under the Apache License, Version 2.0 (the "License");

io/ping/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ remote server, for use as a keep-alive check.
77
Install
88
-------
99

10-
Run the following command in your Node-RED user directory - typically `~/.node-red`
10+
Either use the Editor - Menu - Manage Palette - Import option or run the following command in your Node-RED user directory - typically `~/.node-red`
1111

1212
npm install node-red-node-ping
1313

@@ -30,6 +30,7 @@ Usage
3030
Pings a machine and returns the trip time in mS as `msg.payload`.
3131

3232
Returns boolean `false` if no response received, or if the host is unresolveable.
33+
3334
`msg.error` will contain any error message if necessary.
3435

3536
`msg.topic` contains the ip address of the target host.

io/ping/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "node-red-node-ping",
3-
"version" : "0.0.17",
3+
"version" : "0.1.0",
44
"description" : "A Node-RED node to ping a remote server, for use as a keep-alive check.",
55
"dependencies" : {
66
},

0 commit comments

Comments
 (0)