Skip to content

Latest commit

 

History

History
 
 

blinkstick

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.