Skip to content

Commit 2320111

Browse files
bzbarsky-applej-ororke
authored andcommitted
Run the zap_convert_all.py script on the tree. (project-chip#34357)
Various changes have happened to ZAP and to .zap files without the script running, so now we have some latent noise if someone edits one of those files.
1 parent b977290 commit 2320111

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/microwave-oven-app/microwave-oven-common/microwave-oven-app.zap

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
"package": [
2020
{
2121
"pathRelativity": "relativeToZap",
22-
"path": "../../../src/app/zap-templates/zcl/zcl.json",
23-
"type": "zcl-properties",
22+
"path": "../../../src/app/zap-templates/app-templates.json",
23+
"type": "gen-templates-json",
2424
"category": "matter",
25-
"version": 1,
26-
"description": "Matter SDK ZCL data"
25+
"version": "chip-v1"
2726
},
2827
{
2928
"pathRelativity": "relativeToZap",
30-
"path": "../../../src/app/zap-templates/app-templates.json",
31-
"type": "gen-templates-json",
29+
"path": "../../../src/app/zap-templates/zcl/zcl.json",
30+
"type": "zcl-properties",
3231
"category": "matter",
33-
"version": "chip-v1"
32+
"version": 1,
33+
"description": "Matter SDK ZCL data"
3434
}
3535
],
3636
"endpointTypes": [

0 commit comments

Comments
 (0)