File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2016 JS Foundation and other contributors, https://js.foundation/
1
+ Copyright 2016-2019 JS Foundation and other contributors, https://js.foundation/
2
2
Copyright 2013-2016 IBM Corp.
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ remote server, for use as a keep-alive check.
7
7
Install
8
8
-------
9
9
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 `
11
11
12
12
npm install node-red-node-ping
13
13
30
30
Pings a machine and returns the trip time in mS as ` msg.payload ` .
31
31
32
32
Returns boolean ` false ` if no response received, or if the host is unresolveable.
33
+
33
34
` msg.error ` will contain any error message if necessary.
34
35
35
36
` msg.topic ` contains the ip address of the target host.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-node-ping" ,
3
- "version" : " 0.0.17 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " A Node-RED node to ping a remote server, for use as a keep-alive check." ,
5
5
"dependencies" : {
6
6
},
You can’t perform that action at this time.
0 commit comments