mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add dev rules to Blinkstick README
This commit is contained in:
@@ -34,22 +34,22 @@
|
||||
|
||||
<div id="delay-details" class="form-row">
|
||||
<label for="node-input-delay"><i class="fa fa-clock-o"></i> Delay</label>
|
||||
<input type="text" id="node-input-delay" placeholder="Delay" style="text-align:right; width:50px !important">
|
||||
<input type="text" id="node-input-delay" placeholder="Delay" style="text-align:end; width:50px !important">
|
||||
milliseconds
|
||||
</div>
|
||||
<div id="repeats-details" class="form-row">
|
||||
<label for="node-input-repeats"><i class="fa fa-history"></i> Repeats</label>
|
||||
<input type="text" id="node-input-repeats" placeholder="Times" style="text-align:right; width:50px !important">
|
||||
<input type="text" id="node-input-repeats" placeholder="Times" style="text-align:end; width:50px !important">
|
||||
</div>
|
||||
|
||||
<div id="duration-details" class="form-row">
|
||||
<label for="node-input-duration"><i class="fa fa-clock-o"></i> Duration</label>
|
||||
<input type="text" id="node-input-duration" placeholder="Duration" style="text-align:right; width:50px !important">
|
||||
<input type="text" id="node-input-duration" placeholder="Duration" style="text-align:end; width:50px !important">
|
||||
milliseconds
|
||||
</div>
|
||||
<div id="steps-details" class="form-row">
|
||||
<label for="node-input-steps"><i class="fa fa-history"></i> Steps</label>
|
||||
<input type="text" id="node-input-steps" placeholder="Steps" style="text-align:right; width:50px !important">
|
||||
<input type="text" id="node-input-steps" placeholder="Steps" style="text-align:end; width:50px !important">
|
||||
</div>
|
||||
<div id="repeat-details" class="form-row">
|
||||
<label> </label>
|
||||
|
Reference in New Issue
Block a user