mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Bump up libraries for "old" blinkstick
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user