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.

15 lines 225 B
{ "env": { "browser": true, "commonjs": true, "es2021": true }, "extends": "airbnb-base", "parserOptions": { "ecmaVersion": "latest" }, "rules": { "quotes": "off", "no-bitwise": "off" } }