docs/interfaces/MatterBridgeMetadata.html
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;
}
commissioned?deviceCountidentifiermanuallyStopped?manualPairingCode?namepid?pluginport?qrCode?serialNumber?statustypeusername?
Optionalcommissionedcommissioned?: boolean
Whether the bridge has been commissioned
deviceCount: number
Number of devices exposed by this bridge
identifier: string
Unique identifier for this bridge instance
OptionalmanuallyStoppedmanuallyStopped?: boolean
Whether the bridge was manually stopped
OptionalmanualPairingCodemanualPairingCode?: string
Manual pairing code for commissioning
name: string
Display name of the bridge
Optionalpidpid?: number
Process ID of the bridge if running as child process
plugin: string
Plugin identifier that owns this bridge
Optionalportport?: number
Bridge port number
OptionalqrCodeqrCode?: string
QR code payload for commissioning
OptionalserialNumberserialNumber?: string
Device serial number
status: MatterBridgeStatus
Current operational status
type: "matter"
Bridge type identifier (always 'matter')
Optionalusernameusername?: string
Bridge username/identifier
Member Visibility
ThemeOSLightDark
Properties commissioneddeviceCountidentifiermanuallyStoppedmanualPairingCodenamepidpluginportqrCodeserialNumberstatustypeusername