Node-RED plugin for blink(1)
/Node-RED is an interesting visual tool for wiring the Internet of Things. It runs in Node.js and looks to have incredible potential. blink(1) user dceejay wrote a Node-RED package for blink(1) called node-red-node-blink1.
As he says, it:
"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"
Get it here: https://www.npmjs.org/package/node-red-node-blink1