Interface HomebridgeOptions

interface HomebridgeOptions {
    customPluginPath?: string;
    customStoragePath?: string;
    debugModeEnabled?: boolean;
    forceColourLogging?: boolean;
    hideQRCode?: boolean;
    insecureAccess?: boolean;
    keepOrphanedCachedAccessories?: boolean;
    noLogTimestamps?: boolean;
    strictPluginResolution?: boolean;
}

Properties

customPluginPath?: string
customStoragePath?: string
debugModeEnabled?: boolean
forceColourLogging?: boolean
hideQRCode?: boolean
insecureAccess?: boolean
keepOrphanedCachedAccessories?: boolean
noLogTimestamps?: boolean
strictPluginResolution?: boolean