Skip to content

Commit fa8a602

Browse files
bzbarsky-appleHunsupJung
authored andcommitted
Run convert.py on all ZAP files. (project-chip#29677)
It looks like project-chip#29509 did not update all ZAP files (maybe some got added after it merged?). This just runs scripts/tools/zap_convert_all.py.
1 parent 6464eff commit fa8a602

File tree

8 files changed

+742
-4467
lines changed

8 files changed

+742
-4467
lines changed

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

+7-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": [
@@ -23259,6 +23259,5 @@
2325923259
"endpointId": 65534,
2326023260
"networkId": 0
2326123261
}
23262-
],
23263-
"log": []
23262+
]
2326423263
}

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -12183,6 +12183,5 @@
1218312183
"endpointId": 65534,
1218412184
"networkId": 0
1218512185
}
12186-
],
12187-
"log": []
12186+
]
1218812187
}

0 commit comments

Comments
 (0)