diff --git a/examples/placeholder/linux/apps/app1/config.matter b/examples/placeholder/linux/apps/app1/config.matter index a83048426b1a1c..7528d73b6b3b68 100644 --- a/examples/placeholder/linux/apps/app1/config.matter +++ b/examples/placeholder/linux/apps/app1/config.matter @@ -3184,7 +3184,6 @@ endpoint 0 { server cluster AccessControl { emits event AccessControlEntryChanged; - emits event AccessControlExtensionChanged; callback attribute acl; callback attribute subjectsPerAccessControlEntry; callback attribute targetsPerAccessControlEntry; diff --git a/examples/placeholder/linux/apps/app1/config.zap b/examples/placeholder/linux/apps/app1/config.zap index 8c19b14aa82204..46a63d34c76d68 100644 --- a/examples/placeholder/linux/apps/app1/config.zap +++ b/examples/placeholder/linux/apps/app1/config.zap @@ -608,7 +608,7 @@ "code": 1, "mfgCode": null, "side": "server", - "included": 1 + "included": 0 } ] }, diff --git a/examples/placeholder/linux/apps/app2/config.matter b/examples/placeholder/linux/apps/app2/config.matter index cc9b83dd836f4e..5b0701f1860b58 100644 --- a/examples/placeholder/linux/apps/app2/config.matter +++ b/examples/placeholder/linux/apps/app2/config.matter @@ -3153,7 +3153,6 @@ endpoint 0 { server cluster AccessControl { emits event AccessControlEntryChanged; - emits event AccessControlExtensionChanged; callback attribute acl; callback attribute subjectsPerAccessControlEntry; callback attribute targetsPerAccessControlEntry; diff --git a/examples/placeholder/linux/apps/app2/config.zap b/examples/placeholder/linux/apps/app2/config.zap index da1514c9fcabb4..c831ddc09e638d 100644 --- a/examples/placeholder/linux/apps/app2/config.zap +++ b/examples/placeholder/linux/apps/app2/config.zap @@ -608,7 +608,7 @@ "code": 1, "mfgCode": null, "side": "server", - "included": 1 + "included": 0 } ] },