File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/matter/common/src/bridge Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments