UNPKG

knxultimate

Version:

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

3 lines (2 loc) 175 B
export declare function splitIP(ip: string, name?: string): RegExpMatchArray; export declare function validateKNXAddress(address: string | number, isGroup?: boolean): number;