commit | f9731a8105069b0caf41b56285bf487510e74bc8 | [log] [tgz] |
---|---|---|
author | Boris Zbarsky <bzbarsky@apple.com> | Wed May 24 15:08:53 2023 -0400 |
committer | GitHub <noreply@github.com> | Wed May 24 15:08:53 2023 -0400 |
tree | 0d09a428a27c2c53700fa2e85741de2a746e1d61 | |
parent | bf9596758f539c628c915940086e6d0f519573ee [diff] [blame] |
Align Access Control cluster XML with the spec. (#26773) * Align Access Control cluster XML with the spec. Spec changes happened in https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/6276 Fixes https://github.com/project-chip/connectedhomeip/issues/25340 * Regenerate generated code.
diff --git a/examples/lighting-app/lighting-common/lighting-app.matter b/examples/lighting-app/lighting-common/lighting-app.matter index 95ebbc9..c782281 100644 --- a/examples/lighting-app/lighting-common/lighting-app.matter +++ b/examples/lighting-app/lighting-common/lighting-app.matter
@@ -336,7 +336,7 @@ kRemoved = 2; } - struct Target { + struct AccessControlTargetStruct { nullable cluster_id cluster = 0; nullable endpoint_no endpoint = 1; nullable devtype_id deviceType = 2; @@ -346,7 +346,7 @@ fabric_sensitive AccessControlEntryPrivilegeEnum privilege = 1; fabric_sensitive AccessControlEntryAuthModeEnum authMode = 2; nullable fabric_sensitive int64u subjects[] = 3; - nullable fabric_sensitive Target targets[] = 4; + nullable fabric_sensitive AccessControlTargetStruct targets[] = 4; fabric_idx fabricIndex = 254; }