UNPKG

node-red-contrib-knx-ultimate

Version:

Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.

82 lines 3.17 kB
{ "name": "node-red-contrib-knx-ultimate", "engines": { "node": ">=20.18.1" }, "version": "4.0.4", "description": "Control your KNX and KNX Secure intallation via Node-Red! A bunch of KNX nodes, with integrated Philips HUE control and ETS group address importer. Easy to use and highly configurable.", "dependencies": { "binary-parser": "2.2.1", "crypto-js": "4.2.0", "dns-sync": "0.2.1", "js-yaml": "4.1.0", "knxultimate": "5.1.0", "lodash": "4.17.21", "mkdirp": "3.0.1", "node-color-log": "12.0.1", "node-hue-api": "5.0.0-beta.16", "path": "0.12.7", "ping": "0.4.4", "simple-get": "4.0.1", "undici": "^7.8.0", "xml2js": "0.6.0" }, "node-red": { "version": ">=3.1.1", "plugins": { "commonFunctions": "/nodes/commonFunctions.js" }, "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", "knxUltimateAutoResponder": "/nodes/knxUltimateAutoResponder.js", "hueConfig": "/nodes/hue-config.js", "knxUltimateHueLight": "/nodes/knxUltimateHueLight.js", "knxUltimateHueButton": "/nodes/knxUltimateHueButton.js", "knxUltimateHueMotion": "/nodes/knxUltimateHueMotion.js", "knxUltimateHueTapDial": "/nodes/knxUltimateHueTapDial.js", "knxUltimateHueLightSensor": "/nodes/knxUltimateHueLightSensor.js", "knxUltimateHueTemperatureSensor": "/nodes/knxUltimateHueTemperatureSensor.js", "knxUltimateHueScene": "/nodes/knxUltimateHueScene.js", "knxUltimateHueBattery": "/nodes/knxUltimateHueBattery.js", "knxUltimateHueZigbeeConnectivity": "/nodes/knxUltimateHueZigbeeConnectivity.js", "knxUltimateContactSensor": "/nodes/knxUltimateHueContactSensor.js", "knxUltimateHATranslator": "/nodes/knxUltimateHATranslator.js", "knxUltimateHuedevice_software_update": "/nodes/knxUltimateHuedevice_software_update.js" } }, "repository": { "type": "git", "url": "https://github.com/Supergiovane/node-red-contrib-knx-ultimate.git" }, "keywords": [ "node-red", "KNX", "ETS", "eib", "konnex", "IOT", "philips hue" ], "author": "Supergiovane", "license": "MIT", "scripts": { "test": "standard", "translate-wiki": "node scripts/translate-wiki.js", "wiki:validate": "node scripts/validate-wiki-languagebar.js", "wiki:fix-langbar": "node scripts/validate-wiki-languagebar.js --fix", "wiki:inject-header": "node scripts/inject-wiki-header.js", "wiki:menu-add": "node scripts/manage-wiki-menu.js", "wiki:help-migrate": "node scripts/migrate-node-help.js" }, "devDependencies": { "translate-google": "^1.5.0" } }