UNPKG

@dotwee/homebridge-z2m

Version:

Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.

7 lines 307 B
export interface BasicLogger { info(message: string, ...parameters: unknown[]): void; warn(message: string, ...parameters: unknown[]): void; error(message: string, ...parameters: unknown[]): void; debug(message: string, ...parameters: unknown[]): void; } //# sourceMappingURL=logger.d.ts.map