mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Merge branch 'master' of https://github.com/node-red/node-red-nodes
This commit is contained in:
commit
3d8a510bae
@ -15,7 +15,7 @@
|
||||
**/
|
||||
|
||||
module.exports = function(RED) {
|
||||
"use strict";
|
||||
//"use strict";
|
||||
var HID = require('node-hid');
|
||||
var device;
|
||||
var node;
|
||||
|
@ -1,10 +1,11 @@
|
||||
{
|
||||
"name" : "node-red-node-digirgb",
|
||||
"version" : "0.0.1",
|
||||
"version" : "0.0.2",
|
||||
"description" : "A Node-RED node to control a Digispark RGB LED",
|
||||
"dependencies" : {
|
||||
"node-hid" : "0.3.1"
|
||||
},
|
||||
"homepage": "http://www.hardill.me.uk/wordpress/2013/02/06/budget-blink1/",
|
||||
"repository" : {
|
||||
"type":"git",
|
||||
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/digiRGB"
|
||||
@ -16,9 +17,16 @@
|
||||
"digiRGB": "78-digiRGB.js"
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Dave Conway-Jones",
|
||||
"email": "ceejay@vnet.ibm.com",
|
||||
"url": "http://nodered.org"
|
||||
},
|
||||
{
|
||||
"name": "Ben Hardill",
|
||||
"email": "hardillb@gmail.com",
|
||||
"url": "http://www.hardill.me.uk/wordpress/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user