UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines (6 loc) 252 B
import { TerminalService } from './terminal.service'; export declare class TerminalGateway { private readonly terminalService; constructor(terminalService: TerminalService); startTerminalSession(client: any, payload: any): Promise<void>; }