add in luxometer

patch in luxometer.
This commit is contained in:
Edward Vielmetti 2015-03-18 10:18:30 -04:00
parent 87a8814fe0
commit 077e356811

@ -64,6 +64,10 @@
<label for="node-input-name"><i class="fa fa-tag"></i> Gyroscope</label>
<input type="checkbox" id="node-input-gyroscope" >
</div>
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Luxometer</label>
<input type="checkbox" id="node-input-luxometer" >
</div>
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Keys</label>
<input type="checkbox" id="node-input-keys" >
@ -104,6 +108,7 @@
magnetometer: {value:true},
accelerometer: {value:true},
gyroscope: {value:true},
luxometer: {value:true},
keys: {value:true}
},
inputs:0, // set the number of inputs - only 0 or 1