Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
plauric committed Jun 15, 2023
1 parent d6cafba commit 1b114fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,8 @@
"LocalTime"
],
"Temperature Control": ["SupportedTemperatureLevels"],
"Operational State": [
"OperationalState",
"OperationalError"
],
"RVC Operational State": [
"OperationalState",
"OperationalError"
]
"Operational State": ["OperationalState", "OperationalError"],
"RVC Operational State": ["OperationalState", "OperationalError"]
},
"defaultReportingPolicy": "mandatory",
"ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"],
Expand Down
10 changes: 2 additions & 8 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,8 @@
"LocalTime"
],
"Temperature Control": ["SupportedTemperatureLevels"],
"Operational State": [
"OperationalState",
"OperationalError"
],
"RVC Operational State": [
"OperationalState",
"OperationalError"
]
"Operational State": ["OperationalState", "OperationalError"],
"RVC Operational State": ["OperationalState", "OperationalError"]
},
"defaultReportingPolicy": "mandatory",
"ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"],
Expand Down

0 comments on commit 1b114fb

Please sign in to comment.