Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 47739c2

Browse files
authoredJul 20, 2024··
Merge branch 'master' into feature/app-install-flow-public
2 parents 5baafef + 47cec4e commit 47739c2

File tree

76 files changed

+282
-250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+282
-250
lines changed
 

‎examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ deprecated cluster OnOffSwitchConfiguration = 7 {
288288

289289
/** Attributes and commands for controlling devices that can be set to a level between fully 'On' and fully 'Off.' */
290290
cluster LevelControl = 8 {
291-
revision 5;
291+
revision 6;
292292

293293
enum MoveModeEnum : enum8 {
294294
kUp = 0;
@@ -7847,7 +7847,7 @@ endpoint 1 {
78477847
ram attribute defaultMoveRate default = 50;
78487848
persist attribute startUpCurrentLevel default = 255;
78497849
ram attribute featureMap default = 3;
7850-
ram attribute clusterRevision default = 5;
7850+
ram attribute clusterRevision default = 6;
78517851

78527852
handle command MoveToLevel;
78537853
handle command Move;

‎examples/all-clusters-app/all-clusters-common/all-clusters-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -7303,7 +7303,7 @@
73037303
"storageOption": "RAM",
73047304
"singleton": 0,
73057305
"bounded": 0,
7306-
"defaultValue": "5",
7306+
"defaultValue": "6",
73077307
"reportable": 1,
73087308
"minInterval": 0,
73097309
"maxInterval": 65344,

0 commit comments

Comments
 (0)
Please sign in to comment.