Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 933 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 933 Bytes

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.