mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Set initial values of 'From' and 'To to "" to allow dynamic overiding them
This commit is contained in:
parent
eaa1acf83a
commit
970afa760a
@ -31,8 +31,8 @@
|
|||||||
color:"#E2D96E",
|
color:"#E2D96E",
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: {value:""},
|
||||||
low: {value:"1"},
|
low: {value:""},
|
||||||
high: {value:"10"},
|
high: {value:""},
|
||||||
inte: {value:"true"},
|
inte: {value:"true"},
|
||||||
property: {value:"payload",required:true}
|
property: {value:"payload",required:true}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user