Bump up libraries for "old" blinkstick

This commit is contained in:
Dave Conway-Jones
2021-01-17 17:29:15 +00:00
parent 54be2e679e
commit 3bc16fbd55
4 changed files with 118 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<script type="text/x-red" data-template-name="blinkstick">
<script type="text/html" data-template-name="blinkstick">
<div class="form-row">
<div class="form-row" id="node-input-row-payload">
<label for="node-input-serial">Serial</label>
@@ -55,7 +55,7 @@
<div class="form-tips">Expects a msg.payload with either hex "#rrggbb" or decimal "red,green,blue" string, or HTML color name.</div>
</script>
<script type="text/x-red" data-help-name="blinkstick">
<script type="text/html" data-help-name="blinkstick">
<p><i><a href="http://www.blinkstick.com" target="_new">BlinkStick</a></i> output node. Expects a <code>msg.payload</code> with one of:</p>
<ul>
<li>A hex string <b>"#rrggbb"</b> triple</li>