node-red-nodes/hardware/blinkstick
Dave C-J 96c3ba0282 Tweak blinkstick readme 2014-07-04 15:07:26 +01:00
..
76-blinkstick.html Start moving nodes for npm install-ability 2014-07-04 14:51:55 +01:00
76-blinkstick.js Start moving nodes for npm install-ability 2014-07-04 14:51:55 +01:00
LICENSE Start moving nodes for npm install-ability 2014-07-04 14:51:55 +01:00
README.md Tweak blinkstick readme 2014-07-04 15:07:26 +01:00
package.json Tweak blinkstick readme 2014-07-04 15:07:26 +01:00

README.md

node-red-node-blinkstick

A Node-RED node to control a Blinkstick.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-blinkstick

Usage

The BlinkStick output node expects a msg.payload with either a hex string #rrggbb triple or red,green,blue as three 0-255 values.

It can also accept standard HTML colour names.

NOTE: currently only works with a single BlinkStick. (As it uses the findFirst() function to attach).

For more info see the BlinkStick website or the blinkstick npm documentation.