UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

9 lines (8 loc) 307 B
import type { EventEmitter } from 'node:events'; import type { LogTermSize } from './log.service'; import { LogService } from './log.service'; export declare class LogGateway { private logService; constructor(logService: LogService); connect(client: EventEmitter, payload: LogTermSize): void; }