mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
6c446a96f2
* Reduce resubscription time Halve the resubscrciption timeout to make sure event subscriptions get renewed * Big Update Includes: - New lookup node to check state of a device - Fix dimming control for lights - Fix light group control - Set the node label to match the device name - The event now includes the text description of the light capability * Fix groups properly * Fix travis error with comparitor * Bump node-ssdp version * Add extra check for empty results in discovery * Bump twitter to 280 chars fixes #371 * Bump twitter node version * Remove extra whitespace * Add catch for HTTP timeout If the device drops off line then with no catch for the timeout Node-RED will crash Should fix #616
37 lines
817 B
JSON
37 lines
817 B
JSON
{
|
|
"name": "node-red-node-wemo",
|
|
"version": "0.1.16",
|
|
"description": "Input and Output nodes for Belkin WeMo devices",
|
|
"repository": "https://github.com/node-red/node-red-nodes/tree/master/hardware",
|
|
"main": "WeMoNG.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"wemo",
|
|
"belkin"
|
|
],
|
|
"author": {
|
|
"email": "hardillb@gmail.com",
|
|
"name": "Benjamin Hardill",
|
|
"url": "http://www.hardill.me.uk/wordpress/"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"node-ssdp": "~3.2.5",
|
|
"request": "~2.74.0",
|
|
"xml2js": "~0.4.13",
|
|
"util": "~0.10.3",
|
|
"url": "~0.11.0",
|
|
"ip": "~1.0.1",
|
|
"body-parser": "~1.14.1",
|
|
"q": "~1.4.1"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"wemo": "WeMoNG.js"
|
|
}
|
|
}
|
|
}
|