Add IPv6 support to node (#758)

This commit is contained in:
meeki007
2021-03-12 07:54:13 -05:00
committed by GitHub
parent f7be874e2c
commit 07460b9404
6 changed files with 171 additions and 18 deletions

View File

@@ -9,6 +9,12 @@
"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."
}
}