homebridge
    Preparing search index...

    Interface HomebridgeOptions

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

    Properties

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