UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

13 lines (12 loc) 280 B
/// <reference types="node" /> export declare function getStartupConfig(): Promise<{ host?: string; httpsOptions?: { key?: Buffer; cert?: Buffer; pfx?: Buffer; passphrase?: string; }; cspWsOveride?: string; debug?: boolean; }>;