Skip to content

Commit 0e67c82

Browse files
Run zap_convert_all.py. (project-chip#29922)
We have some .zap files that were added using the old format, and we did not update .zap files when apiMaturity was added.
1 parent 3bad359 commit 0e67c82

File tree

26 files changed

+4170
-28213
lines changed

26 files changed

+4170
-28213
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5845,6 +5845,5 @@
58455845
"endpointId": 1,
58465846
"networkId": 0
58475847
}
5848-
],
5849-
"log": []
5848+
]
58505849
}

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

+13-8
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
}
1818
],
1919
"package": [
20-
{
21-
"pathRelativity": "relativeToZap",
22-
"path": "../../../src/app/zap-templates/app-templates.json",
23-
"type": "gen-templates-json",
24-
"version": "chip-v1"
25-
},
2620
{
2721
"pathRelativity": "relativeToZap",
2822
"path": "../../../src/app/zap-templates/zcl/zcl-with-test-extensions.json",
2923
"type": "zcl-properties",
3024
"category": "matter",
3125
"version": 1,
3226
"description": "Matter SDK ZCL data with some extensions"
27+
},
28+
{
29+
"pathRelativity": "relativeToZap",
30+
"path": "../../../src/app/zap-templates/app-templates.json",
31+
"type": "gen-templates-json",
32+
"version": "chip-v1"
3333
}
3434
],
3535
"endpointTypes": [
@@ -6136,6 +6136,7 @@
61366136
"define": "FAULT_INJECTION_CLUSTER",
61376137
"side": "server",
61386138
"enabled": 1,
6139+
"apiMaturity": "internal",
61396140
"commands": [
61406141
{
61416142
"name": "FailAtFault",
@@ -6641,6 +6642,7 @@
66416642
"define": "SCENES_CLUSTER",
66426643
"side": "server",
66436644
"enabled": 1,
6645+
"apiMaturity": "provisional",
66446646
"commands": [
66456647
{
66466648
"name": "AddScene",
@@ -13698,6 +13700,7 @@
1369813700
"define": "FAN_CONTROL_CLUSTER",
1369913701
"side": "server",
1370013702
"enabled": 1,
13703+
"apiMaturity": "provisional",
1370113704
"commands": [
1370213705
{
1370313706
"name": "Step",
@@ -15060,6 +15063,7 @@
1506015063
"define": "BALLAST_CONFIGURATION_CLUSTER",
1506115064
"side": "server",
1506215065
"enabled": 1,
15066+
"apiMaturity": "provisional",
1506315067
"attributes": [
1506415068
{
1506515069
"name": "PhysicalMinLevel",
@@ -18982,6 +18986,7 @@
1898218986
"define": "UNIT_TESTING_CLUSTER",
1898318987
"side": "server",
1898418988
"enabled": 1,
18989+
"apiMaturity": "internal",
1898518990
"commands": [
1898618991
{
1898718992
"name": "Test",
@@ -20943,6 +20948,7 @@
2094320948
"define": "SCENES_CLUSTER",
2094420949
"side": "server",
2094520950
"enabled": 1,
20951+
"apiMaturity": "provisional",
2094620952
"commands": [
2094720953
{
2094820954
"name": "AddScene",
@@ -22465,6 +22471,5 @@
2246522471
"endpointId": 65534,
2246622472
"networkId": 0
2246722473
}
22468-
],
22469-
"log": []
22474+
]
2247022475
}

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

+11-6
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
}
1818
],
1919
"package": [
20-
{
21-
"pathRelativity": "relativeToZap",
22-
"path": "../../../src/app/zap-templates/app-templates.json",
23-
"type": "gen-templates-json",
24-
"version": "chip-v1"
25-
},
2620
{
2721
"pathRelativity": "relativeToZap",
2822
"path": "../../../src/app/zap-templates/zcl/zcl.json",
2923
"type": "zcl-properties",
3024
"category": "matter",
3125
"version": 1,
3226
"description": "Matter SDK ZCL data"
27+
},
28+
{
29+
"pathRelativity": "relativeToZap",
30+
"path": "../../../src/app/zap-templates/app-templates.json",
31+
"type": "gen-templates-json",
32+
"version": "chip-v1"
3333
}
3434
],
3535
"endpointTypes": [
@@ -4493,6 +4493,7 @@
44934493
"define": "SCENES_CLUSTER",
44944494
"side": "server",
44954495
"enabled": 1,
4496+
"apiMaturity": "provisional",
44964497
"commands": [
44974498
{
44984499
"name": "AddScene",
@@ -6950,6 +6951,7 @@
69506951
"define": "FAN_CONTROL_CLUSTER",
69516952
"side": "server",
69526953
"enabled": 1,
6954+
"apiMaturity": "provisional",
69536955
"attributes": [
69546956
{
69556957
"name": "FanMode",
@@ -7252,6 +7254,7 @@
72527254
"define": "BALLAST_CONFIGURATION_CLUSTER",
72537255
"side": "server",
72547256
"enabled": 1,
7257+
"apiMaturity": "provisional",
72557258
"attributes": [
72567259
{
72577260
"name": "PhysicalMinLevel",
@@ -8844,6 +8847,7 @@
88448847
"define": "UNIT_TESTING_CLUSTER",
88458848
"side": "server",
88468849
"enabled": 1,
8850+
"apiMaturity": "internal",
88478851
"commands": [
88488852
{
88498853
"name": "Test",
@@ -10789,6 +10793,7 @@
1078910793
"define": "SCENES_CLUSTER",
1079010794
"side": "server",
1079110795
"enabled": 1,
10796+
"apiMaturity": "provisional",
1079210797
"commands": [
1079310798
{
1079410799
"name": "AddScene",

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -5705,6 +5705,5 @@
57055705
"endpointId": 2,
57065706
"networkId": 0
57075707
}
5708-
],
5709-
"log": []
5708+
]
57105709
}

examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.zap

+1-2
Original file line numberDiff line numberDiff line change
@@ -4779,6 +4779,5 @@
47794779
"endpointId": 1,
47804780
"networkId": 0
47814781
}
4782-
],
4783-
"log": []
4782+
]
47844783
}

examples/chef/devices/rootnode_airpurifier_airqualitysensor_temperaturesensor_humiditysensor_thermostat_56de3d5f45.zap

+1
Original file line numberDiff line numberDiff line change
@@ -2776,6 +2776,7 @@
27762776
"define": "FAN_CONTROL_CLUSTER",
27772777
"side": "server",
27782778
"enabled": 1,
2779+
"apiMaturity": "provisional",
27792780
"attributes": [
27802781
{
27812782
"name": "FanMode",

examples/chef/devices/rootnode_fan_7N2TobIlOX.zap

+1
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,7 @@
29492949
"define": "FAN_CONTROL_CLUSTER",
29502950
"side": "server",
29512951
"enabled": 1,
2952+
"apiMaturity": "provisional",
29522953
"attributes": [
29532954
{
29542955
"name": "FanMode",

examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.zap

+1
Original file line numberDiff line numberDiff line change
@@ -3377,6 +3377,7 @@
33773377
"define": "FAN_CONTROL_CLUSTER",
33783378
"side": "server",
33793379
"enabled": 1,
3380+
"apiMaturity": "provisional",
33803381
"attributes": [
33813382
{
33823383
"name": "FanMode",

examples/chef/devices/rootnode_roboticvacuumcleaner_1807ff0c49.zap

+1-2
Original file line numberDiff line numberDiff line change
@@ -3035,6 +3035,5 @@
30353035
"endpointId": 1,
30363036
"networkId": 0
30373037
}
3038-
],
3039-
"log": []
3038+
]
30403039
}

examples/chef/devices/rootnode_roomairconditioner_9cf3607804.zap

+1
Original file line numberDiff line numberDiff line change
@@ -2812,6 +2812,7 @@
28122812
"define": "FAN_CONTROL_CLUSTER",
28132813
"side": "server",
28142814
"enabled": 1,
2815+
"apiMaturity": "provisional",
28152816
"attributes": [
28162817
{
28172818
"name": "FanMode",

examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.zap

+1
Original file line numberDiff line numberDiff line change
@@ -3499,6 +3499,7 @@
34993499
"define": "FAN_CONTROL_CLUSTER",
35003500
"side": "client",
35013501
"enabled": 1,
3502+
"apiMaturity": "provisional",
35023503
"attributes": [
35033504
{
35043505
"name": "FeatureMap",

examples/chef/devices/template.zap

+1
Original file line numberDiff line numberDiff line change
@@ -2234,6 +2234,7 @@
22342234
"define": "SCENES_CLUSTER",
22352235
"side": "server",
22362236
"enabled": 1,
2237+
"apiMaturity": "provisional",
22372238
"commands": [
22382239
{
22392240
"name": "AddScene",

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

+1
Original file line numberDiff line numberDiff line change
@@ -4839,6 +4839,7 @@
48394839
"define": "SCENES_CLUSTER",
48404840
"side": "client",
48414841
"enabled": 1,
4842+
"apiMaturity": "provisional",
48424843
"commands": [
48434844
{
48444845
"name": "AddScene",

examples/lighting-app/lighting-common/lighting-app.zap

+2-1
Original file line numberDiff line numberDiff line change
@@ -4384,6 +4384,7 @@
43844384
"define": "SCENES_CLUSTER",
43854385
"side": "server",
43864386
"enabled": 1,
4387+
"apiMaturity": "provisional",
43874388
"commands": [
43884389
{
43894390
"name": "AddScene",
@@ -5976,4 +5977,4 @@
59765977
"networkId": 0
59775978
}
59785979
]
5979-
}
5980+
}

examples/lighting-app/silabs/data_model/lighting-thread-app.zap

+2-1
Original file line numberDiff line numberDiff line change
@@ -3900,6 +3900,7 @@
39003900
"define": "SCENES_CLUSTER",
39013901
"side": "server",
39023902
"enabled": 1,
3903+
"apiMaturity": "provisional",
39033904
"commands": [
39043905
{
39053906
"name": "AddScene",
@@ -5916,4 +5917,4 @@
59165917
"networkId": 0
59175918
}
59185919
]
5919-
}
5920+
}

examples/lighting-app/silabs/data_model/lighting-wifi-app.zap

+2-1
Original file line numberDiff line numberDiff line change
@@ -3100,6 +3100,7 @@
31003100
"define": "SCENES_CLUSTER",
31013101
"side": "server",
31023102
"enabled": 1,
3103+
"apiMaturity": "provisional",
31033104
"commands": [
31043105
{
31053106
"name": "AddScene",
@@ -5092,4 +5093,4 @@
50925093
"networkId": 0
50935094
}
50945095
]
5095-
}
5096+
}

examples/placeholder/linux/apps/app1/config.zap

+1
Original file line numberDiff line numberDiff line change
@@ -11785,6 +11785,7 @@
1178511785
"define": "SCENES_CLUSTER",
1178611786
"side": "server",
1178711787
"enabled": 1,
11788+
"apiMaturity": "provisional",
1178811789
"commands": [
1178911790
{
1179011791
"name": "AddScene",

examples/placeholder/linux/apps/app2/config.zap

+1
Original file line numberDiff line numberDiff line change
@@ -11867,6 +11867,7 @@
1186711867
"define": "SCENES_CLUSTER",
1186811868
"side": "server",
1186911869
"enabled": 1,
11870+
"apiMaturity": "provisional",
1187011871
"commands": [
1187111872
{
1187211873
"name": "AddScene",

examples/resource-monitoring-app/resource-monitoring-common/resource-monitoring-app.zap

+1
Original file line numberDiff line numberDiff line change
@@ -5157,6 +5157,7 @@
51575157
"define": "FAN_CONTROL_CLUSTER",
51585158
"side": "server",
51595159
"enabled": 1,
5160+
"apiMaturity": "provisional",
51605161
"attributes": [
51615162
{
51625163
"name": "FanMode",

examples/rvc-app/rvc-common/rvc-app.zap

+1-2
Original file line numberDiff line numberDiff line change
@@ -2783,6 +2783,5 @@
27832783
"endpointId": 1,
27842784
"networkId": 0
27852785
}
2786-
],
2787-
"log": []
2786+
]
27882787
}

0 commit comments

Comments
 (0)