Skip to content

Commit 5656986

Browse files
[ICD] Update ICDM cluster revision (#30033)
* update cluster revision * generated files * Restyled by prettier-yaml --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent aff06de commit 5656986

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5624,7 +5624,7 @@ endpoint 0 {
56245624
callback attribute acceptedCommandList;
56255625
callback attribute attributeList;
56265626
ram attribute featureMap default = 1;
5627-
ram attribute clusterRevision default = 1;
5627+
ram attribute clusterRevision default = 2;
56285628

56295629
handle command RegisterClient;
56305630
handle command RegisterClientResponse;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@
60316031
"storageOption": "RAM",
60326032
"singleton": 0,
60336033
"bounded": 0,
6034-
"defaultValue": "1",
6034+
"defaultValue": "2",
60356035
"reportable": 1,
60366036
"minInterval": 1,
60376037
"maxInterval": 65534,

examples/light-switch-app/light-switch-common/light-switch-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2665,7 +2665,7 @@ endpoint 0 {
26652665
callback attribute activeModeDuration default = 300;
26662666
callback attribute activeModeThreshold default = 300;
26672667
ram attribute featureMap default = 0x0000;
2668-
ram attribute clusterRevision default = 1;
2668+
ram attribute clusterRevision default = 2;
26692669
}
26702670
}
26712671
endpoint 1 {

examples/light-switch-app/light-switch-common/light-switch-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -4521,7 +4521,7 @@
45214521
"storageOption": "RAM",
45224522
"singleton": 0,
45234523
"bounded": 0,
4524-
"defaultValue": "1",
4524+
"defaultValue": "2",
45254525
"reportable": 1,
45264526
"minInterval": 1,
45274527
"maxInterval": 65534,

examples/lock-app/lock-common/lock-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2702,7 +2702,7 @@ endpoint 0 {
27022702
callback attribute activeModeDuration default = 300;
27032703
callback attribute activeModeThreshold default = 300;
27042704
ram attribute featureMap default = 0x0000;
2705-
ram attribute clusterRevision default = 1;
2705+
ram attribute clusterRevision default = 2;
27062706
}
27072707
}
27082708
endpoint 1 {

examples/lock-app/lock-common/lock-app.zap

+3-2
Original file line numberDiff line numberDiff line change
@@ -5112,7 +5112,7 @@
51125112
"storageOption": "RAM",
51135113
"singleton": 0,
51145114
"bounded": 0,
5115-
"defaultValue": "1",
5115+
"defaultValue": "2",
51165116
"reportable": 1,
51175117
"minInterval": 1,
51185118
"maxInterval": 65534,
@@ -6644,5 +6644,6 @@
66446644
"endpointId": 1,
66456645
"networkId": 0
66466646
}
6647-
]
6647+
],
6648+
"log": []
66486649
}

examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ endpoint 0 {
20122012
callback attribute acceptedCommandList;
20132013
callback attribute attributeList;
20142014
ram attribute featureMap default = 1;
2015-
ram attribute clusterRevision default = 1;
2015+
ram attribute clusterRevision default = 2;
20162016

20172017
handle command RegisterClient;
20182018
handle command RegisterClientResponse;

examples/smoke-co-alarm-app/smoke-co-alarm-common/smoke-co-alarm-app.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,7 @@
36743674
"storageOption": "RAM",
36753675
"singleton": 0,
36763676
"bounded": 0,
3677-
"defaultValue": "1",
3677+
"defaultValue": "2",
36783678
"reportable": 1,
36793679
"minInterval": 1,
36803680
"maxInterval": 65534,

src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests:
3535
command: "readAttribute"
3636
attribute: "ClusterRevision"
3737
response:
38-
value: 1
38+
value: 2
3939
constraints:
4040
type: int16u
4141

zzz_generated/darwin-framework-tool/zap-generated/test/Commands.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)