mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add in luxometer
patch in luxometer.
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user