UNPKG

knxultimate

Version:

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

6 lines (5 loc) 204 B
import { NetworkInterfaceInfo } from 'os'; export declare function getIPv4Interfaces(): { [key: string]: NetworkInterfaceInfo; }; export declare function getLocalAddress(_interface?: string): string;