node-red-nodes/hardware/blink1
Dave C-J e87eb2fb44 Update blink1 node so green is brighter 2014-09-04 11:30:52 +01:00
..
77-blink1.html Update blink1 node so green is brighter 2014-09-04 11:30:52 +01:00
77-blink1.js Update blink1 node so green is brighter 2014-09-04 11:30:52 +01:00
LICENSE Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
README.md Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace 2014-07-08 22:57:42 +01:00
package.json Update blink1 node so green is brighter 2014-09-04 11:30:52 +01:00

README.md

node-red-node-blink1

A Node-RED node to control a Thingm Blink(1) LED.

Install

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

npm install node-red-node-blink1

Usage

Sends the msg.payload to a Thingm Blink(1) LED device. The payload can be any of the following:

  • a three part csv string of r,g,b - e.g. red is 255,0,0
  • a hex colour #rrggbb - e.g. green is #00FF00
  • a @cheerlights colour name - e.g. blue

The @cheerlights colours are - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black