Skip to content

Commit c665c4f

Browse files
ReneJosefsenhuangxuyong
authored andcommitted
Update occupancy sensing revision number to match latest spec (project-chip#31834)
* Update occupancy sensing cluster revision * Bumped cluster revision in OCC_1_1 * run zap_convert_all.py * Manual zap/convert.py for sample_zap_file.zap * Update cluster rev in zap files * Ran zap regen all
1 parent 297be06 commit c665c4f

File tree

105 files changed

+522
-326
lines changed

Some content is hidden

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

105 files changed

+522
-326
lines changed

examples/air-purifier-app/air-purifier-common/air-purifier-app.zap

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -8135,42 +8135,48 @@
81358135
"endpointTypeIndex": 0,
81368136
"profileId": 259,
81378137
"endpointId": 0,
8138-
"networkId": 0
8138+
"networkId": 0,
8139+
"parentEndpointIdentifier": null
81398140
},
81408141
{
81418142
"endpointTypeName": "Anonymous Endpoint Type",
81428143
"endpointTypeIndex": 1,
81438144
"profileId": 259,
81448145
"endpointId": 1,
8145-
"networkId": 0
8146+
"networkId": 0,
8147+
"parentEndpointIdentifier": null
81468148
},
81478149
{
81488150
"endpointTypeName": "Anonymous Endpoint Type",
81498151
"endpointTypeIndex": 2,
81508152
"profileId": 259,
81518153
"endpointId": 2,
8152-
"networkId": 0
8154+
"networkId": 0,
8155+
"parentEndpointIdentifier": null
81538156
},
81548157
{
81558158
"endpointTypeName": "Anonymous Endpoint Type",
81568159
"endpointTypeIndex": 3,
81578160
"profileId": 259,
81588161
"endpointId": 3,
8159-
"networkId": 0
8162+
"networkId": 0,
8163+
"parentEndpointIdentifier": null
81608164
},
81618165
{
81628166
"endpointTypeName": "Anonymous Endpoint Type",
81638167
"endpointTypeIndex": 4,
81648168
"profileId": 259,
81658169
"endpointId": 4,
8166-
"networkId": 0
8170+
"networkId": 0,
8171+
"parentEndpointIdentifier": null
81678172
},
81688173
{
81698174
"endpointTypeName": "Anonymous Endpoint Type",
81708175
"endpointTypeIndex": 5,
81718176
"profileId": 259,
81728177
"endpointId": 5,
8173-
"networkId": 0
8178+
"networkId": 0,
8179+
"parentEndpointIdentifier": null
81748180
}
81758181
]
81768182
}

examples/air-quality-sensor-app/air-quality-sensor-common/air-quality-sensor-app.zap

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -6054,14 +6054,16 @@
60546054
"endpointTypeIndex": 0,
60556055
"profileId": 259,
60566056
"endpointId": 0,
6057-
"networkId": 0
6057+
"networkId": 0,
6058+
"parentEndpointIdentifier": null
60586059
},
60596060
{
60606061
"endpointTypeName": "Anonymous Endpoint Type",
60616062
"endpointTypeIndex": 1,
60626063
"profileId": 259,
60636064
"endpointId": 1,
6064-
"networkId": 0
6065+
"networkId": 0,
6066+
"parentEndpointIdentifier": null
60656067
}
60666068
]
60676069
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -5869,7 +5869,7 @@ cluster RelativeHumidityMeasurement = 1029 {
58695869

58705870
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
58715871
cluster OccupancySensing = 1030 {
5872-
revision 3;
5872+
revision 4;
58735873

58745874
enum OccupancySensorTypeEnum : enum8 {
58755875
kPIR = 0;
@@ -8740,7 +8740,7 @@ endpoint 1 {
87408740
ram attribute occupancySensorType;
87418741
ram attribute occupancySensorTypeBitmap;
87428742
ram attribute featureMap default = 0;
8743-
ram attribute clusterRevision default = 3;
8743+
ram attribute clusterRevision default = 4;
87448744
}
87458745

87468746
server cluster CarbonMonoxideConcentrationMeasurement {
@@ -9207,7 +9207,7 @@ endpoint 2 {
92079207
ram attribute occupancySensorType;
92089208
ram attribute occupancySensorTypeBitmap;
92099209
ram attribute featureMap default = 0;
9210-
ram attribute clusterRevision default = 3;
9210+
ram attribute clusterRevision default = 4;
92119211
}
92129212
}
92139213
endpoint 65534 {

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

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -18752,7 +18752,7 @@
1875218752
"storageOption": "RAM",
1875318753
"singleton": 0,
1875418754
"bounded": 0,
18755-
"defaultValue": "3",
18755+
"defaultValue": "4",
1875618756
"reportable": 1,
1875718757
"minInterval": 0,
1875818758
"maxInterval": 65344,
@@ -24765,7 +24765,7 @@
2476524765
"storageOption": "RAM",
2476624766
"singleton": 0,
2476724767
"bounded": 0,
24768-
"defaultValue": "3",
24768+
"defaultValue": "4",
2476924769
"reportable": 1,
2477024770
"minInterval": 0,
2477124771
"maxInterval": 65344,
@@ -25289,28 +25289,32 @@
2528925289
"endpointTypeIndex": 0,
2529025290
"profileId": 259,
2529125291
"endpointId": 0,
25292-
"networkId": 0
25292+
"networkId": 0,
25293+
"parentEndpointIdentifier": null
2529325294
},
2529425295
{
2529525296
"endpointTypeName": "MA-onofflight",
2529625297
"endpointTypeIndex": 1,
2529725298
"profileId": 259,
2529825299
"endpointId": 1,
25299-
"networkId": 0
25300+
"networkId": 0,
25301+
"parentEndpointIdentifier": null
2530025302
},
2530125303
{
2530225304
"endpointTypeName": "MA-onofflight",
2530325305
"endpointTypeIndex": 2,
2530425306
"profileId": 259,
2530525307
"endpointId": 2,
25306-
"networkId": 0
25308+
"networkId": 0,
25309+
"parentEndpointIdentifier": null
2530725310
},
2530825311
{
2530925312
"endpointTypeName": "Anonymous Endpoint Type",
2531025313
"endpointTypeIndex": 3,
2531125314
"profileId": 259,
2531225315
"endpointId": 65534,
25313-
"networkId": 0
25316+
"networkId": 0,
25317+
"parentEndpointIdentifier": null
2531425318
}
2531525319
]
2531625320
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -4428,7 +4428,7 @@ cluster RelativeHumidityMeasurement = 1029 {
44284428

44294429
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
44304430
cluster OccupancySensing = 1030 {
4431-
revision 3;
4431+
revision 4;
44324432

44334433
enum OccupancySensorTypeEnum : enum8 {
44344434
kPIR = 0;
@@ -6571,7 +6571,7 @@ endpoint 1 {
65716571
ram attribute occupancySensorType;
65726572
ram attribute occupancySensorTypeBitmap;
65736573
ram attribute featureMap default = 0;
6574-
ram attribute clusterRevision default = 3;
6574+
ram attribute clusterRevision default = 4;
65756575
}
65766576

65776577
server cluster WakeOnLan {
@@ -6916,7 +6916,7 @@ endpoint 2 {
69166916
ram attribute occupancySensorType;
69176917
ram attribute occupancySensorTypeBitmap;
69186918
ram attribute featureMap default = 0;
6919-
ram attribute clusterRevision default = 3;
6919+
ram attribute clusterRevision default = 4;
69206920
}
69216921
}
69226922
endpoint 65534 {

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

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -7997,7 +7997,7 @@
79977997
"storageOption": "RAM",
79987998
"singleton": 0,
79997999
"bounded": 0,
8000-
"defaultValue": "3",
8000+
"defaultValue": "4",
80018001
"reportable": 1,
80028002
"minInterval": 0,
80038003
"maxInterval": 65344,
@@ -11823,7 +11823,7 @@
1182311823
"storageOption": "RAM",
1182411824
"singleton": 0,
1182511825
"bounded": 0,
11826-
"defaultValue": "3",
11826+
"defaultValue": "4",
1182711827
"reportable": 1,
1182811828
"minInterval": 0,
1182911829
"maxInterval": 65344,
@@ -12347,28 +12347,32 @@
1234712347
"endpointTypeIndex": 0,
1234812348
"profileId": 259,
1234912349
"endpointId": 0,
12350-
"networkId": 0
12350+
"networkId": 0,
12351+
"parentEndpointIdentifier": null
1235112352
},
1235212353
{
1235312354
"endpointTypeName": "MA-onofflight",
1235412355
"endpointTypeIndex": 1,
1235512356
"profileId": 259,
1235612357
"endpointId": 1,
12357-
"networkId": 0
12358+
"networkId": 0,
12359+
"parentEndpointIdentifier": null
1235812360
},
1235912361
{
1236012362
"endpointTypeName": "MA-onofflight",
1236112363
"endpointTypeIndex": 2,
1236212364
"profileId": 259,
1236312365
"endpointId": 2,
12364-
"networkId": 0
12366+
"networkId": 0,
12367+
"parentEndpointIdentifier": null
1236512368
},
1236612369
{
1236712370
"endpointTypeName": "Anonymous Endpoint Type",
1236812371
"endpointTypeIndex": 3,
1236912372
"profileId": 259,
1237012373
"endpointId": 65534,
12371-
"networkId": 0
12374+
"networkId": 0,
12375+
"parentEndpointIdentifier": null
1237212376
}
1237312377
]
1237412378
}

examples/bridge-app/bridge-common/bridge-app.zap

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -5737,21 +5737,24 @@
57375737
"endpointTypeIndex": 0,
57385738
"profileId": 259,
57395739
"endpointId": 0,
5740-
"networkId": 0
5740+
"networkId": 0,
5741+
"parentEndpointIdentifier": null
57415742
},
57425743
{
57435744
"endpointTypeName": "Anonymous Endpoint Type",
57445745
"endpointTypeIndex": 1,
57455746
"profileId": 259,
57465747
"endpointId": 1,
5747-
"networkId": 0
5748+
"networkId": 0,
5749+
"parentEndpointIdentifier": null
57485750
},
57495751
{
57505752
"endpointTypeName": "MA-dimmablelight",
57515753
"endpointTypeIndex": 2,
57525754
"profileId": 259,
57535755
"endpointId": 2,
5754-
"networkId": 0
5756+
"networkId": 0,
5757+
"parentEndpointIdentifier": null
57555758
}
57565759
]
57575760
}

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ cluster FixedLabel = 64 {
16101610

16111611
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
16121612
cluster OccupancySensing = 1030 {
1613-
revision 3;
1613+
revision 4;
16141614

16151615
enum OccupancySensorTypeEnum : enum8 {
16161616
kPIR = 0;

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -4818,14 +4818,16 @@
48184818
"endpointTypeIndex": 0,
48194819
"profileId": 259,
48204820
"endpointId": 0,
4821-
"networkId": 0
4821+
"networkId": 0,
4822+
"parentEndpointIdentifier": null
48224823
},
48234824
{
48244825
"endpointTypeName": "Anonymous Endpoint Type",
48254826
"endpointTypeIndex": 1,
48264827
"profileId": 260,
48274828
"endpointId": 1,
4828-
"networkId": 0
4829+
"networkId": 0,
4830+
"parentEndpointIdentifier": null
48294831
}
48304832
]
48314833
}

examples/chef/devices/rootnode_airpurifier_73a6fe2651.zap

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"fileFormat": 2,
3-
"featureLevel": 99,
3+
"featureLevel": 100,
44
"creator": "zap",
55
"keyValuePairs": [
66
{
@@ -3359,14 +3359,16 @@
33593359
"endpointTypeIndex": 0,
33603360
"profileId": 259,
33613361
"endpointId": 0,
3362-
"networkId": 0
3362+
"networkId": 0,
3363+
"parentEndpointIdentifier": null
33633364
},
33643365
{
33653366
"endpointTypeName": "Anonymous Endpoint Type",
33663367
"endpointTypeIndex": 1,
33673368
"profileId": 259,
33683369
"endpointId": 1,
3369-
"networkId": 0
3370+
"networkId": 0,
3371+
"parentEndpointIdentifier": null
33703372
}
33713373
]
33723374
}

0 commit comments

Comments
 (0)