UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines (6 loc) 191 B
import { LogService } from './log.service'; export declare class LogGateway { private logService; constructor(logService: LogService); connect(client: any, payload: any): void; }