diff --git a/hardware/blinkstick/76-blinkstick.html b/hardware/blinkstick/76-blinkstick.html index 135fe2ba..0f9ce707 100644 --- a/hardware/blinkstick/76-blinkstick.html +++ b/hardware/blinkstick/76-blinkstick.html @@ -61,7 +61,7 @@
  • A hex string "#rrggbb" triple
  • "red,green,blue" three 0-255 values as a string
  • "random" will generate a random color
  • -
  • Standard HTML color name
  • +
  • Standard HTML color name
  • An object can override any of the parameters
  • array 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.
  • diff --git a/hardware/blinkstick/package.json b/hardware/blinkstick/package.json index 7c1b923c..a7c2c344 100644 --- a/hardware/blinkstick/package.json +++ b/hardware/blinkstick/package.json @@ -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"