project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

fabric-bridge-app does not properly read attributes on bridged node endpoint #34791

Closed tehampson closed 2 months ago

tehampson commented 2 months ago

The src/app/clusters/administrator-commissioning-server/administrator-commissioning-server.cpp already registers a AttributeAccessInterface. It assumes that there is only ever a root endpoint. This will need some work in order to allow for example app to properly read attributes associated with the bridged node endpoint for now in the example app for the cluster revision on the dynamic endpoints we rely on emberAfExternalAttributeReadCallback https://github.com/project-chip/connectedhomeip/pull/34790

tehampson commented 2 months ago

Duplicate of https://github.com/project-chip/connectedhomeip/issues/35077