mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Tiny change to presets for range node - more useful example irl.
This commit is contained in:
parent
d5ad113d1b
commit
d87cc471a0
@ -19,13 +19,13 @@
|
|||||||
Re-map input values between<br/>
|
Re-map input values between<br/>
|
||||||
<input type="text" id="node-input-minin" placeholder="0" style="width:35%;"/>
|
<input type="text" id="node-input-minin" placeholder="0" style="width:35%;"/>
|
||||||
and
|
and
|
||||||
<input type="text" id="node-input-maxin" placeholder="256" style="width:35%;"/>
|
<input type="text" id="node-input-maxin" placeholder="99" style="width:35%;"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
to be between<br/>
|
to be between<br/>
|
||||||
<input type="text" id="node-input-minout" placeholder="0" style="width:35%;"/>
|
<input type="text" id="node-input-minout" placeholder="0" style="width:35%;"/>
|
||||||
and
|
and
|
||||||
<input type="text" id="node-input-maxout" placeholder="100" style="width:35%;"/>
|
<input type="text" id="node-input-maxout" placeholder="255" style="width:35%;"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
and <select id="node-input-action" style="width:90%; margin-right:5px;">
|
and <select id="node-input-action" style="width:90%; margin-right:5px;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user