Skip to content

Commit

Permalink
style stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
janusheide committed May 18, 2021
1 parent 11ab132 commit 3f47221
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"version": "ZCL Test Data",
"xmlRoot": [
".",
"./data-model/silabs/"
],
"xmlRoot": [".", "./data-model/silabs/"],
"xmlFile": [
"test-cluster.xml",
"account-login-cluster.xml",
Expand Down Expand Up @@ -64,15 +61,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 All @@ -83,4 +74,4 @@
"commandDiscovery": true
}
}
}
}

0 comments on commit 3f47221

Please sign in to comment.