Make fade work properly for Blink1,

And add some colour name support for @cheerlights
This commit is contained in:
Dave C-J
2013-12-19 14:38:26 +00:00
parent 57d5db945d
commit 83965a91af
2 changed files with 21 additions and 4 deletions

View File

@@ -23,11 +23,11 @@
<label for="node-input-name"><i class="icon-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-tips">Expects a msg.payload with three part csv string of r,g,b.</div>
</script>
<script type="text/x-red" data-help-name="blink1">
<p>ThingM Blink1 output node. Expects a msg.payload with a three part csv string of r,g,b.</p>
<p>ThingM Blink1 output node.</p>
<p>Expects a msg.payload with either a three part csv string of r,g,b or a hex colour #rrggbb</p>
</script>
<script type="text/javascript">