Skip to content

Commit

Permalink
A bit of documentation in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Nov 1, 2023
1 parent bcb929c commit d179bc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/rules.matterlint
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@ all endpoints {
require global attribute featureMap = 65532;
require global attribute clusterRevision = 65533;

// Deny rules:
// deny cluster Foo; // denies entire cluster by name
// deny cluster 123; // denies entire cluster by id
// deny cluster Foo attribute bar; // denies specific attribute by name
// deny cluster Foo attribute 123; // denies specific attribute by id
// deny cluster 234 attribute 567; // Allows deny using ids only

// (previously AverageWearCount, see #30002/#29285 in GitHub)
deny cluster GeneralDiagnostics attribute 9;
}
Expand Down

0 comments on commit d179bc3

Please sign in to comment.