node-red-contrib-majordomus
Version:
Smart Home nodes not only for Majordomus platform.
29 lines • 757 B
JSON
{
"name" : "node-red-contrib-majordomus",
"description": "Smart Home nodes not only for Majordomus platform.",
"keywords": [
"node-red",
"majordomus",
"scheduler",
"scheduling",
"week-calendar",
"smart-home",
"home-automation",
"light",
"dimmable-light"
],
"version": "0.1.12",
"author": "Jiri Husak",
"license": "GPLv3",
"homepage": "https://www.majordomus.tech",
"repository": {
"type": "git",
"url": "https://github.com/jirihusak/majordomus"
},
"node-red" : {
"nodes": {
"scheduler": "nodes/scheduler/scheduler.js",
"light": "nodes/lighting-control/light.js"
}
}
}