node-red-nodes/io/ping/locales/en-US/88-ping.json

22 lines
571 B
JSON
Raw Normal View History

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