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.

8 lines (5 loc) 118 B
const RateLimiter = require("./ratelimiter"); async function ba(params) { await RateLimiter.sendMessage() } ba;