Skip to content

Commit

Permalink
Run the zap_convert_all.py script on the tree. (#34357)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 24, 2024
1 parent 69d48b0 commit 2064873
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"path": "../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": "chip-v1"
"version": 1,
"description": "Matter SDK ZCL data"
}
],
"endpointTypes": [
Expand Down

0 comments on commit 2064873

Please sign in to comment.