diff --git a/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h b/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h index 7b106d73f87dad..6250f9f31f4632 100644 --- a/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h +++ b/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h @@ -6463,7 +6463,7 @@ struct Type DataModel::Nullable> targets; CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; struct DecodableType @@ -6493,7 +6493,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type; @@ -8640,7 +8640,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type; @@ -14405,7 +14405,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type; @@ -14428,7 +14428,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type; @@ -15145,7 +15145,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type; @@ -33643,7 +33643,7 @@ struct Type CHIP_ERROR Encode(TLV::TLVWriter & writer, TLV::Tag tag) const; CHIP_ERROR Decode(TLV::TLVReader & reader); - bool MatchesFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex == fabricIndex_; } + auto GetFabricIndex(FabricIndex fabricIndex_) const { return fabricIndex; } }; using DecodableType = Type;