mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update leveldb node to try to force topic to string for key.
Add extra "help" for blink1 users.
This commit is contained in:
@@ -10,6 +10,10 @@ As the blink1 is a USB HID device you may need some extra hardware libraries as
|
||||
documented <a href="https://www.npmjs.com/package/node-blink1" target="_new">here</a>
|
||||
and <a href="https://github.com/todbot/blink1/blob/master/linux/51-blink1.rules" target="_new">here</a>.
|
||||
|
||||
Specifically Ubuntu/Debian/Raspbian user may need to
|
||||
|
||||
sudo apt-get install libusb-1.0-0.dev.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name" : "node-red-node-blink1",
|
||||
"version" : "0.0.6",
|
||||
"version" : "0.0.7",
|
||||
"description" : "A Node-RED node to control a Thingm Blink(1)",
|
||||
"dependencies" : {
|
||||
"node-blink1" : "0.1.5"
|
||||
|
Reference in New Issue
Block a user