homebridge
    Preparing search index...

    Interface MatterConfig

    Matter Configuration (for bridge or child bridge)

    interface MatterConfig {
        name?: string;
        port?: number;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • MatterConfig

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    name?: string

    Name for the Matter bridge (optional)

    port?: number

    Port for Matter server (optional, will auto-assign if not specified)