Skip to content

Commit

Permalink
fix paths in zap files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor Grajkowski committed May 14, 2024
1 parent ffbd550 commit eb06f7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/light-switch-app/qpg/zap/switch.zap
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
],
"package": [
{
"pathRelativity": "resolveEnvVars",
"path": "$CHIP_ROOT/src/app/zap-templates/zcl/zcl.json",
"pathRelativity": "relativeToZap",
"path": "../../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
},
{
"pathRelativity": "resolveEnvVars",
"path": "$CHIP_ROOT/src/app/zap-templates/app-templates.json",
"pathRelativity": "relativeToZap",
"path": "../../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
],
"package": [
{
"pathRelativity": "resolveEnvVars",
"path": "$CHIP_ROOT/src/app/zap-templates/zcl/zcl.json",
"pathRelativity": "relativeToZap",
"path": "../../../../src/app/zap-templates/zcl/zcl.json",
"type": "zcl-properties",
"category": "matter",
"version": 1,
"description": "Matter SDK ZCL data"
},
{
"pathRelativity": "resolveEnvVars",
"path": "$CHIP_ROOT/src/app/zap-templates/app-templates.json",
"pathRelativity": "relativeToZap",
"path": "../../../../src/app/zap-templates/app-templates.json",
"type": "gen-templates-json",
"version": "chip-v1"
}
Expand Down

0 comments on commit eb06f7b

Please sign in to comment.