mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update with naming fixed
current working version
This commit is contained in:
parent
077e356811
commit
538b210008
@ -66,7 +66,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-name"><i class="fa fa-tag"></i> Luxometer</label>
|
<label for="node-input-name"><i class="fa fa-tag"></i> Luxometer</label>
|
||||||
<input type="checkbox" id="node-input-luxometer" >
|
<input type="checkbox" id="node-input-lux" >
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-name"><i class="fa fa-tag"></i> Keys</label>
|
<label for="node-input-name"><i class="fa fa-tag"></i> Keys</label>
|
||||||
@ -108,7 +108,7 @@
|
|||||||
magnetometer: {value:true},
|
magnetometer: {value:true},
|
||||||
accelerometer: {value:true},
|
accelerometer: {value:true},
|
||||||
gyroscope: {value:true},
|
gyroscope: {value:true},
|
||||||
luxometer: {value:true},
|
lux: {value:true},
|
||||||
keys: {value:true}
|
keys: {value:true}
|
||||||
},
|
},
|
||||||
inputs:0, // set the number of inputs - only 0 or 1
|
inputs:0, // set the number of inputs - only 0 or 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user