Skip to content

Commit

Permalink
Restyled by prettier-json
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Oct 21, 2021
1 parent fc3f164 commit cde9d3f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"version": "ZCL Test Data",
"xmlRoot": [
".",
"./data-model/chip/",
"./data-model/silabs/"
],
"xmlRoot": [".", "./data-model/chip/", "./data-model/silabs/"],
"xmlFile": [
"account-login-cluster.xml",
"administrator-commissioning-cluster.xml",
Expand Down Expand Up @@ -67,15 +63,9 @@
"manufacturersXml": "../../../../third_party/zap/repo/zcl-builtin/shared/manufacturers.xml",
"options": {
"text": {
"defaultResponsePolicy": [
"Always",
"Conditional",
"Never"
]
"defaultResponsePolicy": ["Always", "Conditional", "Never"]
},
"bool": [
"commandDiscovery"
]
"bool": ["commandDiscovery"]
},
"defaults": {
"text": {
Expand Down

0 comments on commit cde9d3f

Please sign in to comment.