diff --git a/src/darwin/Framework/CHIP/MTRDevice.mm b/src/darwin/Framework/CHIP/MTRDevice.mm index a145394afd7871..7a7570b817e375 100644 --- a/src/darwin/Framework/CHIP/MTRDevice.mm +++ b/src/darwin/Framework/CHIP/MTRDevice.mm @@ -331,6 +331,7 @@ - (void)setupSubscription readParams.mpEventPathParamsList = eventPath.get(); readParams.mEventPathParamsListSize = 1; readParams.mKeepSubscriptions = true; + readParams.mIsFabricFiltered = false; attributePath.release(); eventPath.release();