node-red-contrib-knx-ultimate
Version:
Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable.
48 lines (47 loc) • 1.42 kB
JSON
{
"name": "node-red-contrib-knx-ultimate",
"version": "1.3.48",
"description": "Control your KNX intallation via Node-Red! Single Node KNX IN/OUT with optional ETS group address importer. Easy to use and highly configurable.",
"dependencies": {
"mkdirp": "1.0.4",
"ping": "0.4.1",
"binary-parser": "1.1.5",
"binary-protocol": "0.0.0",
"log-driver": "1.2.7",
"lodash": "4.17.21",
"path": "0.12.7",
"crypto-js": "4.1.1",
"xml2js": "0.4.23",
"dns-sync":"0.2.1"
},
"node-red": {
"nodes": {
"knxUltimate": "/nodes/knxUltimate.js",
"knxUltimateSceneController": "/nodes/knxUltimateSceneController.js",
"knxUltimateWatchDog": "/nodes/knxUltimateWatchDog.js",
"knxUltimateLogger": "/nodes/knxUltimateLogger.js",
"knxUltimate-config": "/nodes/knxUltimate-config.js",
"knxUltimateGlobalContext": "/nodes/knxUltimateGlobalContext.js",
"knxUltimateAlerter": "/nodes/knxUltimateAlerter.js",
"knxUltimateLoadControl": "/nodes/knxUltimateLoadControl.js",
"knxUltimateViewer": "/nodes/knxUltimateViewer.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Supergiovane/node-red-contrib-knx-ultimate.git"
},
"keywords": [
"node-red",
"KNX",
"ETS",
"eib",
"eibd",
"knxd",
"konnex",
"IOT",
"KNX Secure"
],
"author": "Supergiovane",
"license": "MIT"
}