Skip to content

Commit 9aa4702

Browse files
adigieArekBalysNordic
authored andcommitted
applications: matter_bridge: Update clusters revisions
* Update Bridged Device Basic Information cluster revision to 5. * Update Identify cluster revision to 4. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent c858eb0 commit 9aa4702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/matter/common/src/bridge/matter_bridged_device.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ class MatterBridgedDevice {
130130

131131
bool GetIsReachable() const { return mIsReachable; }
132132
const char *GetNodeLabel() const { return mNodeLabel; }
133-
static constexpr uint16_t GetBridgedDeviceBasicInformationClusterRevision() { return 2; }
133+
static constexpr uint16_t GetBridgedDeviceBasicInformationClusterRevision() { return 4; }
134134
static constexpr uint32_t GetBridgedDeviceBasicInformationFeatureMap() { return 0; }
135-
static constexpr uint16_t GetIdentifyClusterRevision() { return 4; }
135+
static constexpr uint16_t GetIdentifyClusterRevision() { return 5; }
136136
static constexpr uint32_t GetIdentifyClusterFeatureMap() { return 0; }
137137

138138
EmberAfEndpointType *mEp;

0 commit comments

Comments
 (0)