Matter::Cluster::BridgedDeviceBasicInformationCluster
Inherits Matter::Cluster::Base < Reference < Object
Bridged Device Basic Information Cluster Implementation (0x0039) Provides information about a bridged device from another ecosystem.
Required on each bridged endpoint in a bridge device. The bridge populates this with information from the original device.
Matter Spec: Core 9.13
Constants
Attribute IDs
Events
Constructors
Class methods
Bridged Device Basic Information Cluster Implementation (0x0039) Provides information about a bridged device from another ecosystem.
Required on each bridged endpoint in a bridge device. The bridge populates this with information from the original device.
Matter Spec: Core 9.13
Instance methods
Helper: Trigger ReachableChanged event
Callback for reachability changes
Read an attribute value The fabric_index parameter is optional and used for fabric-scoped attributes like CurrentFabricIndex in OperationalCredentialsCluster
Restore cluster state from JSON. Override in subclasses that need to restore state. The json parameter is the string returned by save_state.
Save cluster state to JSON for persistence. Override in subclasses that need to persist state (e.g., scenes, groups). Returns nil if no state needs to be persisted.
Attribute storage - Optional (all optional for bridged devices)
Write an attribute value
Nested types
- Matter::Cluster::BridgedDeviceBasicInformationCluster::Color
- Matter::Cluster::BridgedDeviceBasicInformationCluster::LeaveEvent
- Matter::Cluster::BridgedDeviceBasicInformationCluster::ProductAppearanceStruct
- Matter::Cluster::BridgedDeviceBasicInformationCluster::ProductFinish
- Matter::Cluster::BridgedDeviceBasicInformationCluster::ReachableChangedEvent
- Matter::Cluster::BridgedDeviceBasicInformationCluster::ShutDownEvent
- Matter::Cluster::BridgedDeviceBasicInformationCluster::StartUpEvent