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.
15 lines (11 loc) • 472 B
JavaScript
const {KNXClient,KNXClientEvents} = require("./../KNXEngine/KNXClient.js");
const KNXSecureKeyring = require('./../KNXEngine/KNXsecureKeyring.js');
exports.KNXSecureKeyring = KNXSecureKeyring;
//exports.KNXClientEvents = KNXClient.KNXClientEvents;
try {
exports.KNXClient = KNXClient;
exports.KNXClient.KNXClientEvents = KNXClientEvents;
} catch (error) {
console.log("KNXSecureKeyring",error)
}
//exports.KNXClientEvents = KNXClientEvents;