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 5cc429f

Browse files
authoredApr 12, 2024··
Merge branch '1.3-sve' into cherry-pick-1.3-sve-15f2c4978a019d11e62a45ed988974df92164cf6
2 parents 1855c5c + c3ebe38 commit 5cc429f

Some content is hidden

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

41 files changed

+6863
-121
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7727,7 +7727,7 @@ endpoint 1 {
77277727
callback attribute eventList;
77287728
callback attribute attributeList;
77297729
ram attribute featureMap default = 0x0001;
7730-
ram attribute clusterRevision default = 5;
7730+
ram attribute clusterRevision default = 6;
77317731

77327732
handle command Off;
77337733
handle command On;
@@ -9086,7 +9086,7 @@ endpoint 2 {
90869086
callback attribute eventList;
90879087
callback attribute attributeList;
90889088
ram attribute featureMap default = 0x0001;
9089-
ram attribute clusterRevision default = 5;
9089+
ram attribute clusterRevision default = 6;
90909090

90919091
handle command Off;
90929092
handle command On;

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6659,7 +6659,7 @@
66596659
"storageOption": "RAM",
66606660
"singleton": 0,
66616661
"bounded": 0,
6662-
"defaultValue": "5",
6662+
"defaultValue": "6",
66636663
"reportable": 1,
66646664
"minInterval": 0,
66656665
"maxInterval": 65344,
@@ -6895,7 +6895,7 @@
68956895
"storageOption": "RAM",
68966896
"singleton": 0,
68976897
"bounded": 0,
6898-
"defaultValue": "5",
6898+
"defaultValue": "6",
68996899
"reportable": 1,
69006900
"minInterval": 0,
69016901
"maxInterval": 65344,
@@ -23807,7 +23807,7 @@
2380723807
"storageOption": "RAM",
2380823808
"singleton": 0,
2380923809
"bounded": 0,
23810-
"defaultValue": "5",
23810+
"defaultValue": "6",
2381123811
"reportable": 1,
2381223812
"minInterval": 0,
2381323813
"maxInterval": 65344,

0 commit comments

Comments
 (0)
Please sign in to comment.