UNPKG

homebridge-config-ui-x

Version:

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

14 lines (13 loc) 323 B
import { LinuxService } from './linux.service.js'; export declare class LinuxController { private readonly linuxServer; constructor(linuxServer: LinuxService); restartHost(): { ok: boolean; command: string[]; }; shutdownHost(): { ok: boolean; command: string[]; }; }