UNPKG

lib-comfoair

Version:

Library to communicate with Zehnder ComfoAirQ ventilation unit through the ComfoControl gateway

9 lines (8 loc) 252 B
export declare class NetworkUtils { /** * Get all available broadcast addresses on the current machine. * @returns An array of broadcast addresses. */ static getBroadcastAddresses(): string[]; static getHostname(): string; }