Skip to content

Commit

Permalink
Auto-update ZAP files that involve Ballast Configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Oct 10, 2023
1 parent 38637d8 commit 0fc522f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions examples/all-clusters-app/all-clusters-common/all-clusters-app.zap
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 @@ -15098,7 +15098,7 @@
"code": 2,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "BallastStatusBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -15258,7 +15258,7 @@
"code": 52,
"mfgCode": null,
"side": "server",
"type": "bitmap8",
"type": "LampAlarmModeBitmap",
"included": 1,
"storageOption": "RAM",
"singleton": 0,
Expand Down Expand Up @@ -23259,6 +23259,5 @@
"endpointId": 65534,
"networkId": 0
}
],
"log": []
]
}

0 comments on commit 0fc522f

Please sign in to comment.