mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
update UDP node to not bind output port if not required to do so.
Fix to Close #165
This commit is contained in:
@@ -72,7 +72,6 @@
|
||||
color:"Silver",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
host: {value:""},
|
||||
iface: {value:""},
|
||||
port: {value:"",required:true,validate:RED.validators.number()},
|
||||
datatype: {value:"buffer",required:true},
|
||||
|
Reference in New Issue
Block a user