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
22 lines
571 B
JSON
{
|
|
"ping": {
|
|
"ping": "ping",
|
|
"label": {
|
|
"target": "Target",
|
|
"ping": "Ping (S)",
|
|
"mode": "Mode",
|
|
"mode_option": {
|
|
"timed": "Timed",
|
|
"triggered": "Triggered"
|
|
},
|
|
"protocol": "Protocol",
|
|
"protocol_option": {
|
|
"auto": "Automatic",
|
|
"ipv4": "IPv4",
|
|
"ipv6": "IPv6"
|
|
},
|
|
"tip": "Note: Leave Target field blank to allow msg.payload to set hosts dynamically."
|
|
}
|
|
}
|
|
}
|