Skip to content

Commit 969619b

Browse files
committedMar 27, 2024
Rebase, convert silabs examples zap files to new version and regen
1 parent 96a32c7 commit 969619b

File tree

16 files changed

+320
-1409
lines changed

16 files changed

+320
-1409
lines changed
 

‎silabs_examples/dishwasher-app/silabs/data_model/dishwasher-thread-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ cluster SoftwareDiagnostics = 52 {
984984

985985
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
986986
cluster ThreadNetworkDiagnostics = 53 {
987-
revision 1; // NOTE: Default/not specifically set
987+
revision 2;
988988

989989
enum ConnectionStatusEnum : enum8 {
990990
kConnected = 0;

‎silabs_examples/dishwasher-app/silabs/data_model/dishwasher-thread-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
{
@@ -4300,14 +4300,16 @@
43004300
"endpointTypeIndex": 0,
43014301
"profileId": 259,
43024302
"endpointId": 0,
4303-
"networkId": 0
4303+
"networkId": 0,
4304+
"parentEndpointIdentifier": null
43044305
},
43054306
{
43064307
"endpointTypeName": "Anonymous Endpoint Type",
43074308
"endpointTypeIndex": 1,
43084309
"profileId": 259,
43094310
"endpointId": 1,
4310-
"networkId": 0
4311+
"networkId": 0,
4312+
"parentEndpointIdentifier": null
43114313
}
43124314
]
43134315
}

‎silabs_examples/dishwasher-app/silabs/data_model/dishwasher-wifi-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
{
@@ -3500,14 +3500,16 @@
35003500
"endpointTypeIndex": 0,
35013501
"profileId": 259,
35023502
"endpointId": 0,
3503-
"networkId": 0
3503+
"networkId": 0,
3504+
"parentEndpointIdentifier": null
35043505
},
35053506
{
35063507
"endpointTypeName": "Anonymous Endpoint Type",
35073508
"endpointTypeIndex": 1,
35083509
"profileId": 259,
35093510
"endpointId": 1,
3510-
"networkId": 0
3511+
"networkId": 0,
3512+
"parentEndpointIdentifier": null
35113513
}
35123514
]
35133515
}

‎silabs_examples/onoff-plug-app/onoff-plug-common/onoff-plug-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cluster SoftwareDiagnostics = 52 {
12111211

12121212
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12131213
cluster ThreadNetworkDiagnostics = 53 {
1214-
revision 1; // NOTE: Default/not specifically set
1214+
revision 2;
12151215

12161216
enum ConnectionStatusEnum : enum8 {
12171217
kConnected = 0;

‎silabs_examples/onoff-plug-app/onoff-plug-common/onoff-plug-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
{
@@ -5205,14 +5205,16 @@
52055205
"endpointTypeIndex": 0,
52065206
"profileId": 259,
52075207
"endpointId": 0,
5208-
"networkId": 0
5208+
"networkId": 0,
5209+
"parentEndpointIdentifier": null
52095210
},
52105211
{
52115212
"endpointTypeName": "MA-dimmablelight",
52125213
"endpointTypeIndex": 1,
52135214
"profileId": 259,
52145215
"endpointId": 1,
5215-
"networkId": 0
5216+
"networkId": 0,
5217+
"parentEndpointIdentifier": null
52165218
}
52175219
]
52185220
}

‎silabs_examples/silabs-sensors/data_model/sensor-thread-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ cluster SoftwareDiagnostics = 52 {
10141014

10151015
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
10161016
cluster ThreadNetworkDiagnostics = 53 {
1017-
revision 1; // NOTE: Default/not specifically set
1017+
revision 2;
10181018

10191019
enum ConnectionStatusEnum : enum8 {
10201020
kConnected = 0;
@@ -1504,7 +1504,7 @@ cluster TemperatureMeasurement = 1026 {
15041504

15051505
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
15061506
cluster OccupancySensing = 1030 {
1507-
revision 3;
1507+
revision 4;
15081508

15091509
enum OccupancySensorTypeEnum : enum8 {
15101510
kPIR = 0;

‎silabs_examples/silabs-sensors/data_model/sensor-thread-app.zap

+9-5
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
{
@@ -5706,28 +5706,32 @@
57065706
"endpointTypeIndex": 0,
57075707
"profileId": 259,
57085708
"endpointId": 0,
5709-
"networkId": 0
5709+
"networkId": 0,
5710+
"parentEndpointIdentifier": null
57105711
},
57115712
{
57125713
"endpointTypeName": "MA-dimmablelight",
57135714
"endpointTypeIndex": 1,
57145715
"profileId": 259,
57155716
"endpointId": 1,
5716-
"networkId": 0
5717+
"networkId": 0,
5718+
"parentEndpointIdentifier": null
57175719
},
57185720
{
57195721
"endpointTypeName": "Anonymous Endpoint Type",
57205722
"endpointTypeIndex": 2,
57215723
"profileId": 259,
57225724
"endpointId": 2,
5723-
"networkId": 0
5725+
"networkId": 0,
5726+
"parentEndpointIdentifier": null
57245727
},
57255728
{
57265729
"endpointTypeName": "Anonymous Endpoint Type",
57275730
"endpointTypeIndex": 3,
57285731
"profileId": 259,
57295732
"endpointId": 3,
5730-
"networkId": 0
5733+
"networkId": 0,
5734+
"parentEndpointIdentifier": null
57315735
}
57325736
]
57335737
}

‎silabs_examples/silabs-sensors/data_model/sensor-wifi-app.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ cluster TemperatureMeasurement = 1026 {
14151415

14161416
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
14171417
cluster OccupancySensing = 1030 {
1418-
revision 3;
1418+
revision 4;
14191419

14201420
enum OccupancySensorTypeEnum : enum8 {
14211421
kPIR = 0;

‎silabs_examples/silabs-sensors/data_model/sensor-wifi-app.zap

+9-5
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
{
@@ -4316,28 +4316,32 @@
43164316
"endpointTypeIndex": 0,
43174317
"profileId": 259,
43184318
"endpointId": 0,
4319-
"networkId": 0
4319+
"networkId": 0,
4320+
"parentEndpointIdentifier": null
43204321
},
43214322
{
43224323
"endpointTypeName": "MA-dimmablelight",
43234324
"endpointTypeIndex": 1,
43244325
"profileId": 259,
43254326
"endpointId": 1,
4326-
"networkId": 0
4327+
"networkId": 0,
4328+
"parentEndpointIdentifier": null
43274329
},
43284330
{
43294331
"endpointTypeName": "Anonymous Endpoint Type",
43304332
"endpointTypeIndex": 2,
43314333
"profileId": 259,
43324334
"endpointId": 2,
4333-
"networkId": 0
4335+
"networkId": 0,
4336+
"parentEndpointIdentifier": null
43344337
},
43354338
{
43364339
"endpointTypeName": "Anonymous Endpoint Type",
43374340
"endpointTypeIndex": 3,
43384341
"profileId": 259,
43394342
"endpointId": 3,
4340-
"networkId": 0
4343+
"networkId": 0,
4344+
"parentEndpointIdentifier": null
43414345
}
43424346
]
43434347
}

‎silabs_examples/sl-newLight/newLight_DataModel_config/sl_newLight.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cluster SoftwareDiagnostics = 52 {
12111211

12121212
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12131213
cluster ThreadNetworkDiagnostics = 53 {
1214-
revision 1; // NOTE: Default/not specifically set
1214+
revision 2;
12151215

12161216
enum ConnectionStatusEnum : enum8 {
12171217
kConnected = 0;
@@ -2311,7 +2311,7 @@ cluster ColorControl = 768 {
23112311

23122312
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
23132313
cluster OccupancySensing = 1030 {
2314-
revision 3;
2314+
revision 4;
23152315

23162316
enum OccupancySensorTypeEnum : enum8 {
23172317
kPIR = 0;

‎silabs_examples/sl-newLight/newLight_DataModel_config/sl_newLight.zap

+10-8
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
{
@@ -5128,7 +5128,7 @@
51285128
"storageOption": "External",
51295129
"singleton": 0,
51305130
"bounded": 0,
5131-
"defaultValue": "",
5131+
"defaultValue": null,
51325132
"reportable": 1,
51335133
"minInterval": 1,
51345134
"maxInterval": 65534,
@@ -5144,7 +5144,7 @@
51445144
"storageOption": "External",
51455145
"singleton": 0,
51465146
"bounded": 0,
5147-
"defaultValue": "",
5147+
"defaultValue": null,
51485148
"reportable": 1,
51495149
"minInterval": 1,
51505150
"maxInterval": 65534,
@@ -5160,7 +5160,7 @@
51605160
"storageOption": "External",
51615161
"singleton": 0,
51625162
"bounded": 0,
5163-
"defaultValue": "",
5163+
"defaultValue": null,
51645164
"reportable": 1,
51655165
"minInterval": 1,
51665166
"maxInterval": 65534,
@@ -5176,7 +5176,7 @@
51765176
"storageOption": "External",
51775177
"singleton": 0,
51785178
"bounded": 0,
5179-
"defaultValue": "",
5179+
"defaultValue": null,
51805180
"reportable": 1,
51815181
"minInterval": 1,
51825182
"maxInterval": 65534,
@@ -5192,7 +5192,7 @@
51925192
"storageOption": "External",
51935193
"singleton": 0,
51945194
"bounded": 0,
5195-
"defaultValue": "",
5195+
"defaultValue": null,
51965196
"reportable": 1,
51975197
"minInterval": 1,
51985198
"maxInterval": 65534,
@@ -5863,14 +5863,16 @@
58635863
"endpointTypeIndex": 0,
58645864
"profileId": 259,
58655865
"endpointId": 0,
5866-
"networkId": 0
5866+
"networkId": 0,
5867+
"parentEndpointIdentifier": null
58675868
},
58685869
{
58695870
"endpointTypeName": "MA-dimmablelight",
58705871
"endpointTypeIndex": 1,
58715872
"profileId": 259,
58725873
"endpointId": 1,
5873-
"networkId": 0
5874+
"networkId": 0,
5875+
"parentEndpointIdentifier": null
58745876
}
58755877
]
58765878
}

‎silabs_examples/template/template_DataModel_config/sl_template.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ cluster SoftwareDiagnostics = 52 {
12111211

12121212
/** The Thread Network Diagnostics Cluster provides a means to acquire standardized diagnostics metrics that MAY be used by a Node to assist a user or Administrative Node in diagnosing potential problems */
12131213
cluster ThreadNetworkDiagnostics = 53 {
1214-
revision 1; // NOTE: Default/not specifically set
1214+
revision 2;
12151215

12161216
enum ConnectionStatusEnum : enum8 {
12171217
kConnected = 0;
@@ -2256,7 +2256,7 @@ cluster ColorControl = 768 {
22562256

22572257
/** Attributes and commands for configuring occupancy sensing, and reporting occupancy status. */
22582258
cluster OccupancySensing = 1030 {
2259-
revision 3;
2259+
revision 4;
22602260

22612261
enum OccupancySensorTypeEnum : enum8 {
22622262
kPIR = 0;

‎silabs_examples/template/template_DataModel_config/sl_template.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
{
@@ -5797,14 +5797,16 @@
57975797
"endpointTypeIndex": 0,
57985798
"profileId": 259,
57995799
"endpointId": 0,
5800-
"networkId": 0
5800+
"networkId": 0,
5801+
"parentEndpointIdentifier": null
58015802
},
58025803
{
58035804
"endpointTypeName": "MA-dimmablelight",
58045805
"endpointTypeIndex": 1,
58055806
"profileId": 259,
58065807
"endpointId": 1,
5807-
"networkId": 0
5808+
"networkId": 0,
5809+
"parentEndpointIdentifier": null
58085810
}
58095811
]
58105812
}

0 commit comments

Comments
 (0)
Please sign in to comment.