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:
Dennis Gaida
2021-06-22 13:39:22 +02:00
committed by GitHub
parent 799eee3873
commit eb8bae6782
4 changed files with 114 additions and 12 deletions

View File

@@ -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"