node-red-contrib-broadlink-control
Version:
Node Red nodes to control the Broadlink RM devices and other Broadlink home automation nodes.
67 lines (66 loc) • 1.75 kB
JSON
{
"name": "node-red-contrib-broadlink-control",
"version": "2.1.6",
"description": "Node Red nodes to control the Broadlink RM devices and other Broadlink home automation nodes.",
"engines": {
"node": ">=6.9.5"
},
"dependencies": {
"events": ">=1.1.1",
"os": ">=0.1.1"
},
"keywords": [
"node-red",
"broadlink-rm",
"broadlink",
"home automation",
"iot"
],
"node-red": {
"nodes": {
"rm": "nodes/RMNode.js",
"rmreceiver": "nodes/RMReceiverNode.js",
"eAir": "nodes/A1Node.js",
"smartplug": "nodes/SP2Node.js",
"mp": "nodes/MP1Node.js",
"s1c": "nodes/S1CNode.js",
"discover": "nodes/DiscoverNode.js",
"setup": "nodes/SetupNode.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mlfunston/node-red-contrib-broadlink-control"
},
"author": {
"name": "Mark Funston",
"email": "mlfunston@gmail.com",
"url": "https://github.com/mlfunston"
},
"contributors": [
{
"name": "Mark Funston",
"email": "mlfunston@gmail.com",
"url": "https://github.com/mlfunston"
},
{
"name": "Vladimir Filippov",
"email": "VladimirSFilippov@gmail.com",
"url": "https://github.com/VladimirSFilippov"
},
{
"name": "Bouni",
"url": "https://github.com/Bouni"
},
{
"name": "deadly667",
"url": "https://github.com/deadly667"
}
],
"bugs": {
"email": "mlfunston@gmail.com",
"url": "https://github.com/mlfunston/node-red-contrib-broadlink-control/issues"
},
"license": "MIT",
"homepage": "https://github.com/mlfunston/node-red-contrib-broadlink-control"
}