Make trigger have sensible defaults when dragged on.

This commit is contained in:
dceejay 2015-03-21 19:27:22 +00:00
parent 36f299c031
commit f07fd64ffb
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@
defaults: {
op1: {value:"1"},
op2: {value:"0"},
op1type: {value:""},
op2type: {value:""},
op1type: {value:"val"},
op2type: {value:"val"},
duration: {value:"250",required:true,validate:RED.validators.number()},
extend: {value:"false"},
units: {value: "ms"},