Skip to content

Commit

Permalink
Run convert.py on all ZAP files. (#29677)
Browse files Browse the repository at this point in the history
It looks like #29509 did not update all ZAP files (maybe some got added after it
merged?).  This just runs scripts/tools/zap_convert_all.py.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 13, 2024
1 parent 2c7a47e commit 4292547
Show file tree
Hide file tree
Showing 8 changed files with 742 additions and 4,467 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
}
],
"package": [
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/zcl/zcl-with-test-extensions.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data with some extensions"
},
{
"pathRelativity": "relativeToZap",
"path": "../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
}
],
"endpointTypes": [
Expand Down Expand Up @@ -23259,6 +23259,5 @@
"endpointId": 65534,
"networkId": 0
}
],
"log": []
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12183,6 +12183,5 @@
"endpointId": 65534,
"networkId": 0
}
],
"log": []
]
}
Loading

0 comments on commit 4292547

Please sign in to comment.