Skip to content

Commit 4563582

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Update concentration measurement cluster revisions to 3. (#27396)
* Fixes #27364 * Fixes #27367 * Fixes #27368 * Fixes #27369 * Fixes #27370 * Fixes #27371 * Fixes #27372 * Fixes #27373 * Fixes #27375 * Fixes #27376
1 parent 63df766 commit 4563582

File tree

15 files changed

+126
-56
lines changed

15 files changed

+126
-56
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -6637,7 +6637,7 @@ endpoint 1 {
66376637
callback attribute eventList;
66386638
callback attribute attributeList;
66396639
ram attribute featureMap default = 63;
6640-
ram attribute clusterRevision default = 1;
6640+
ram attribute clusterRevision default = 3;
66416641
}
66426642

66436643
server cluster CarbonDioxideConcentrationMeasurement {
@@ -6657,7 +6657,7 @@ endpoint 1 {
66576657
callback attribute eventList;
66586658
callback attribute attributeList;
66596659
ram attribute featureMap default = 63;
6660-
ram attribute clusterRevision default = 1;
6660+
ram attribute clusterRevision default = 3;
66616661
}
66626662

66636663
server cluster NitrogenDioxideConcentrationMeasurement {
@@ -6677,7 +6677,7 @@ endpoint 1 {
66776677
callback attribute eventList;
66786678
callback attribute attributeList;
66796679
ram attribute featureMap default = 63;
6680-
ram attribute clusterRevision default = 1;
6680+
ram attribute clusterRevision default = 3;
66816681
}
66826682

66836683
server cluster OzoneConcentrationMeasurement {
@@ -6697,7 +6697,7 @@ endpoint 1 {
66976697
callback attribute eventList;
66986698
callback attribute attributeList;
66996699
ram attribute featureMap default = 63;
6700-
ram attribute clusterRevision default = 1;
6700+
ram attribute clusterRevision default = 3;
67016701
}
67026702

67036703
server cluster Pm25ConcentrationMeasurement {
@@ -6717,7 +6717,7 @@ endpoint 1 {
67176717
callback attribute eventList;
67186718
callback attribute attributeList;
67196719
ram attribute featureMap default = 63;
6720-
ram attribute clusterRevision default = 1;
6720+
ram attribute clusterRevision default = 3;
67216721
}
67226722

67236723
server cluster FormaldehydeConcentrationMeasurement {
@@ -6737,7 +6737,7 @@ endpoint 1 {
67376737
callback attribute eventList;
67386738
callback attribute attributeList;
67396739
ram attribute featureMap default = 63;
6740-
ram attribute clusterRevision default = 1;
6740+
ram attribute clusterRevision default = 3;
67416741
}
67426742

67436743
server cluster Pm1ConcentrationMeasurement {
@@ -6757,7 +6757,7 @@ endpoint 1 {
67576757
callback attribute eventList;
67586758
callback attribute attributeList;
67596759
ram attribute featureMap default = 63;
6760-
ram attribute clusterRevision default = 1;
6760+
ram attribute clusterRevision default = 3;
67616761
}
67626762

67636763
server cluster Pm10ConcentrationMeasurement {
@@ -6777,7 +6777,7 @@ endpoint 1 {
67776777
callback attribute eventList;
67786778
callback attribute attributeList;
67796779
ram attribute featureMap default = 63;
6780-
ram attribute clusterRevision default = 1;
6780+
ram attribute clusterRevision default = 3;
67816781
}
67826782

67836783
server cluster TotalVolatileOrganicCompoundsConcentrationMeasurement {
@@ -6797,7 +6797,7 @@ endpoint 1 {
67976797
callback attribute eventList;
67986798
callback attribute attributeList;
67996799
ram attribute featureMap default = 63;
6800-
ram attribute clusterRevision default = 1;
6800+
ram attribute clusterRevision default = 3;
68016801
}
68026802

68036803
server cluster RadonConcentrationMeasurement {
@@ -6817,7 +6817,7 @@ endpoint 1 {
68176817
callback attribute eventList;
68186818
callback attribute attributeList;
68196819
ram attribute featureMap default = 63;
6820-
ram attribute clusterRevision default = 1;
6820+
ram attribute clusterRevision default = 3;
68216821
}
68226822

68236823
server cluster WakeOnLan {

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

+16-16
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
}
1717
],
1818
"package": [
19-
{
20-
"pathRelativity": "relativeToZap",
21-
"path": "../../../src/app/zap-templates/app-templates.json",
22-
"type": "gen-templates-json",
23-
"version": "chip-v1"
24-
},
2519
{
2620
"pathRelativity": "relativeToZap",
2721
"path": "../../../src/app/zap-templates/zcl/zcl-with-test-extensions.json",
2822
"type": "zcl-properties",
2923
"category": "matter",
3024
"version": 1,
3125
"description": "Matter SDK ZCL data with some extensions"
26+
},
27+
{
28+
"pathRelativity": "relativeToZap",
29+
"path": "../../../src/app/zap-templates/app-templates.json",
30+
"type": "gen-templates-json",
31+
"version": "chip-v1"
3232
}
3333
],
3434
"endpointTypes": [
@@ -21417,7 +21417,7 @@
2141721417
"storageOption": "RAM",
2141821418
"singleton": 0,
2141921419
"bounded": 0,
21420-
"defaultValue": "1",
21420+
"defaultValue": "3",
2142121421
"reportable": 1,
2142221422
"minInterval": 1,
2142321423
"maxInterval": 65534,
@@ -21741,7 +21741,7 @@
2174121741
"storageOption": "RAM",
2174221742
"singleton": 0,
2174321743
"bounded": 0,
21744-
"defaultValue": "1",
21744+
"defaultValue": "3",
2174521745
"reportable": 1,
2174621746
"minInterval": 1,
2174721747
"maxInterval": 65534,
@@ -22389,7 +22389,7 @@
2238922389
"storageOption": "RAM",
2239022390
"singleton": 0,
2239122391
"bounded": 0,
22392-
"defaultValue": "1",
22392+
"defaultValue": "3",
2239322393
"reportable": 1,
2239422394
"minInterval": 1,
2239522395
"maxInterval": 65534,
@@ -22713,7 +22713,7 @@
2271322713
"storageOption": "RAM",
2271422714
"singleton": 0,
2271522715
"bounded": 0,
22716-
"defaultValue": "1",
22716+
"defaultValue": "3",
2271722717
"reportable": 1,
2271822718
"minInterval": 1,
2271922719
"maxInterval": 65534,
@@ -23037,7 +23037,7 @@
2303723037
"storageOption": "RAM",
2303823038
"singleton": 0,
2303923039
"bounded": 0,
23040-
"defaultValue": "1",
23040+
"defaultValue": "3",
2304123041
"reportable": 1,
2304223042
"minInterval": 1,
2304323043
"maxInterval": 65534,
@@ -23361,7 +23361,7 @@
2336123361
"storageOption": "RAM",
2336223362
"singleton": 0,
2336323363
"bounded": 0,
23364-
"defaultValue": "1",
23364+
"defaultValue": "3",
2336523365
"reportable": 1,
2336623366
"minInterval": 1,
2336723367
"maxInterval": 65534,
@@ -23685,7 +23685,7 @@
2368523685
"storageOption": "RAM",
2368623686
"singleton": 0,
2368723687
"bounded": 0,
23688-
"defaultValue": "1",
23688+
"defaultValue": "3",
2368923689
"reportable": 1,
2369023690
"minInterval": 1,
2369123691
"maxInterval": 65534,
@@ -24009,7 +24009,7 @@
2400924009
"storageOption": "RAM",
2401024010
"singleton": 0,
2401124011
"bounded": 0,
24012-
"defaultValue": "1",
24012+
"defaultValue": "3",
2401324013
"reportable": 1,
2401424014
"minInterval": 1,
2401524015
"maxInterval": 65534,
@@ -24333,7 +24333,7 @@
2433324333
"storageOption": "RAM",
2433424334
"singleton": 0,
2433524335
"bounded": 0,
24336-
"defaultValue": "1",
24336+
"defaultValue": "3",
2433724337
"reportable": 1,
2433824338
"minInterval": 1,
2433924339
"maxInterval": 65534,
@@ -24657,7 +24657,7 @@
2465724657
"storageOption": "RAM",
2465824658
"singleton": 0,
2465924659
"bounded": 0,
24660-
"defaultValue": "1",
24660+
"defaultValue": "3",
2466124661
"reportable": 1,
2466224662
"minInterval": 1,
2466324663
"maxInterval": 65534,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: CDOCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: CMOCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: FLDCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: NDOCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: OZCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: PMHCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: PMICONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: PMKCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: RNCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tests:
3636
attribute: "ClusterRevision"
3737
PICS: TVOCCONC.S.Afffd
3838
response:
39-
value: 1
39+
value: 3
4040
constraints:
4141
type: int16u
4242

0 commit comments

Comments
 (0)