node-red-contrib-tbtime
Version:
Escape Room TIMER Function - by TIMEBREAK
21 lines • 784 B
HTML
<script type="text/x-red"
data-template-name="tbtime"
data-category="function"
data-label="tbtime"
data-icon="font-awesome/fa-clock-o"
data-color="#ccffcc">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-row">
<label for="node-input-duration"><i class="fa fa-clock-o"></i> Duration (minutes)</label>
<input type="number" id="node-input-duration" min="1" value="60">
</div>
</script>
<script type="text/x-red" data-help-name="tbtime">
<p>
Counts down...<br>
Commands: <code>PAUSE</code>, <code>START</code>, <code>RESET</code>, <code>STOP</code>.
</p>
</script>