mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
blink1: added "blink1 in" node (#812)
* Added "blink1 in" node * sets msg.payload to current RGB value or "off" if RGB = 0,0,0 * can also be used to pipe msg.payload to blink1 out * blink1 category created * blink1 label set to "blink1 out" * Bumped version to 0.1.0 * Modified readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-blink1",
|
||||
"version" : "0.0.18",
|
||||
"version" : "0.1.0",
|
||||
"description" : "A Node-RED node to control a Thingm Blink(1)",
|
||||
"dependencies" : {
|
||||
"node-blink1" : "0.5.1"
|
||||
|
Reference in New Issue
Block a user