mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add npms for various hardware nodes, Blink1, DigiRGB, LEDBorg, PiFace
This commit is contained in:
23
hardware/blink1/README.md
Normal file
23
hardware/blink1/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
node-red-node-blink1
|
||||
====================
|
||||
|
||||
A <a href="http://nodered.org" target="_new">Node-RED</a> node to control a <a href="http://thingm.com/products/blink-1/" target="_new">Thingm Blink(1)</a> LED.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
Run the following command in the root directory of your Node-RED install
|
||||
|
||||
npm install node-red-node-blink1
|
||||
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Sends the <b>msg.payload</b> 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 <a href="http://www.cheerlights.com/control-cheerlights">@cheerlights</a> colour name - e.g. blue
|
||||
|
||||
The @cheerlights colours are - red, amber, green, blue, cyan, magenta, yellow, orange, pink, purple, white, warmwhite, black
|
Reference in New Issue
Block a user