UNPKG

knxultimate

Version:

KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.

5 lines (4 loc) 122 B
declare const keyring: { load: (_sXML: string, _keyringPassword?: string) => Promise<any>; }; export default keyring;