UNPKG

knxultimate

Version:

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

7 lines (6 loc) 235 B
/// <reference types="node" /> import { NetworkInterfaceInfo } from 'os'; export declare function getIPv4Interfaces(): { [key: string]: NetworkInterfaceInfo; }; export declare function getLocalAddress(_interface?: string): string;