mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
61ac8fefae
* Ability to select BlinkStick by serial number * Look up serial numbers of connected BlinkSticks * Ability to set blink, morph and pulse animations * Ability to control the parameters of those animations like duration, * steps, repeats and delay * Repeat blink and pulse animation until new payload is received * Automatically find BlinkStick if it was removed and then plugged back in * Connectivity status when "Node Status" is enabled in the menu * Override parameters with payload object * Improved text in the info pane
32 lines
864 B
JSON
32 lines
864 B
JSON
{
|
|
"name" : "node-red-node-blinkstick",
|
|
"version" : "0.1.0",
|
|
"description" : "A Node-RED node to control a Blinkstick",
|
|
"dependencies" : {
|
|
"blinkstick" : "1.1.*"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/blinkstick"
|
|
},
|
|
"license": "Apache",
|
|
"keywords": [ "node-red", "blinkstick" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"blinkstick": "76-blinkstick.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Arvydas Juskevicius",
|
|
"email": "arvydas@agileinnovative.co.uk",
|
|
"url": "http://www.blinkstick.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
]
|
|
}
|