homebridge
    Preparing search index...

    Interface MatterBridgeMetadata

    Metadata for a Matter bridge instance

    interface MatterBridgeMetadata {
        commissioned?: boolean;
        deviceCount: number;
        identifier: string;
        manuallyStopped?: boolean;
        manualPairingCode?: string;
        name: string;
        pid?: number;
        plugin: string;
        port?: number;
        qrCode?: string;
        serialNumber?: string;
        status: MatterBridgeStatus;
        type: "matter";
        username?: string;
    }
    Index

    Properties

    commissioned?: boolean

    Whether the bridge has been commissioned

    deviceCount: number

    Number of devices exposed by this bridge

    identifier: string

    Unique identifier for this bridge instance

    manuallyStopped?: boolean

    Whether the bridge was manually stopped

    manualPairingCode?: string

    Manual pairing code for commissioning

    name: string

    Display name of the bridge

    pid?: number

    Process ID of the bridge if running as child process

    plugin: string

    Plugin identifier that owns this bridge

    port?: number

    Bridge port number

    qrCode?: string

    QR code payload for commissioning

    serialNumber?: string

    Device serial number

    Current operational status

    type: "matter"

    Bridge type identifier (always 'matter')

    username?: string

    Bridge username/identifier