Update leveldb node to try to force topic to string for key.

Add extra "help" for blink1 users.
This commit is contained in:
dceejay
2015-04-14 17:23:31 +01:00
parent e56029b3e3
commit cd57346cae
5 changed files with 13 additions and 7 deletions

View File

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

View File

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