1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/io/ping/locales/en-US/88-ping.json
2021-03-12 12:54:13 +00:00

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."
}
}
}