UNPKG

homebridge-config-ui-x

Version:

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

12 lines (11 loc) 333 B
import { TerminalService } from './terminal.service.js'; export declare class TerminalController { private readonly terminalService; constructor(terminalService: TerminalService); hasPersistentSession(): { hasPersistentSession: boolean; }; destroyPersistentSession(): { success: boolean; }; }