homebridge
    Preparing search index...

    Interface PlatformConfig

    interface PlatformConfig {
        _bridge?: BridgeConfiguration;
        name?: string;
        platform: string;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • PlatformConfig

    Indexable

    • [key: string]: any
    Index

    Properties

    name?: string
    platform: string