mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add link-call node and add return mode for link-out node
This commit is contained in:
@@ -159,7 +159,13 @@
|
||||
},
|
||||
"link": {
|
||||
"linkIn": "link in",
|
||||
"linkOut": "link out"
|
||||
"linkOut": "link out",
|
||||
"linkCall": "link call",
|
||||
"linkOutReturn": "link return",
|
||||
"outMode": "Mode",
|
||||
"sendToAll": "Send to all connected link nodes",
|
||||
"returnToCaller": "Return to calling link node"
|
||||
|
||||
},
|
||||
"tls": {
|
||||
"tls": "TLS configuration",
|
||||
|
Reference in New Issue
Block a user