Skip to content

Commit

Permalink
matter-devices.xml: remove EXTS as required attribute for AccessContr…
Browse files Browse the repository at this point in the history
…ol (#36410)

This PR removes the EXTENSION attribute as a requirement for the
AccessControl cluster on the root node as it goes against the spec.
  • Loading branch information
soares-sergio authored Nov 9, 2024
1 parent 0aa2656 commit c3b35eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ limitations under the License.
<clusters lockOthers="true">
<include cluster="Access Control" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>ACL</requireAttribute>
<requireAttribute>EXTENSION</requireAttribute>
</include>
<include cluster="Basic Information" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>DATA_MODEL_REVISION</requireAttribute>
Expand Down

0 comments on commit c3b35eb

Please sign in to comment.