1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/hardware/blinkstick/README.md
2014-07-04 15:07:26 +01:00

933 B

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.