Set initial values of 'From' and 'To to "" to allow dynamic overiding them

This commit is contained in:
juggledad
2020-10-26 04:03:35 -04:00
committed by GitHub
parent eaa1acf83a
commit 970afa760a

View File

@@ -31,8 +31,8 @@
color:"#E2D96E",
defaults: {
name: {value:""},
low: {value:"1"},
high: {value:"10"},
low: {value:""},
high: {value:""},
inte: {value:"true"},
property: {value:"payload",required:true}
},