mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
parent
50fc196c6f
commit
f3b0e2277d
@ -61,7 +61,7 @@
|
||||
<li>A hex string <b>"#rrggbb"</b> triple</li>
|
||||
<li><b>"red,green,blue"</b> three 0-255 values as a string</li>
|
||||
<li><b>"random"</b> will generate a random color</li>
|
||||
<li><i><a href="http://www.w3schools.com/html/html_colornames.asp" target="_new">Standard HTML color</a></i> name</li>
|
||||
<li><i><a href="https://www.w3schools.com/colors/colors_names.asp" target="_new">Standard HTML color</a></i> name</li>
|
||||
<li>An <b>object</b> can override any of the parameters</li>
|
||||
<li><b>array</b> of colours for a neopixel rgb strip - either name,name,... or r,g,b,r,g,b,... where r,g,b are 0 to 255.</li>
|
||||
</ul>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-blinkstick",
|
||||
"version" : "0.1.15",
|
||||
"version" : "0.1.16",
|
||||
"description" : "A Node-RED node to control a Blinkstick",
|
||||
"dependencies" : {
|
||||
"blinkstick" : "1.1.3"
|
||||
|
Loading…
Reference in New Issue
Block a user