mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump ping package to 0.1 to include i18n
This commit is contained in:
parent
0f46364a55
commit
b9cf6d88e9
@ -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");
|
||||
|
@ -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.
|
||||
|
@ -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" : {
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user