Polishing discrete-in a bit

Commented out debug: added numeric validator
This commit is contained in:
Maxwell Hadley
2014-02-08 22:35:00 +00:00
parent 8bf813c9cd
commit c6108cffb4
2 changed files with 19 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ of the active time, not the pin state sent on the first output
color:"#c6dbef",
defaults: { // defines the editable properties of the node
name: { value:"" }, // along with default values.
updateInterval: { value:60 },
updateInterval: { value:60, required:true, validate:RED.validators.number() },
topic: { value:"", required:true },
pin: { value:"", required:true },
activeLow: { value:false, required:true}