1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

22 lines
571 B
JSON
Raw Normal View History

{
"ping": {
2018-04-14 22:43:14 +01:00
"ping": "ping",
"label": {
"target": "Target",
"ping": "Ping (S)",
"mode": "Mode",
"mode_option": {
"timed": "Timed",
"triggered": "Triggered"
2020-04-03 16:50:09 +01:00
},
2021-03-12 07:54:13 -05:00
"protocol": "Protocol",
"protocol_option": {
"auto": "Automatic",
"ipv4": "IPv4",
"ipv6": "IPv6"
},
2020-04-03 16:50:09 +01:00
"tip": "Note: Leave Target field blank to allow msg.payload to set hosts dynamically."
}
}
}