Skip to content

Commit c85f8cd

Browse files
committed
Revert generated changes to unrelated zcl files
1 parent bf7f5f6 commit c85f8cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/app/zap-templates/zcl/zcl-with-test-extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"MaxPathsPerInvoke"
201201
],
202202
"Bridged Device Basic Information": ["ProductAppearance"],
203-
"Chime": ["Enabled"],
203+
"Chime": ["ActiveChimeID", "Enabled"],
204204
"Closure Control": ["OverallState", "OverallTarget"],
205205
"Descriptor": ["ClusterRevision", "FeatureMap"],
206206
"Device Energy Management": [
@@ -297,6 +297,7 @@
297297
"RegisteredClients",
298298
"ICDCounter",
299299
"ClientsSupportedPerFabric",
300+
"MaximumCheckInBackOff",
300301
"OperatingMode",
301302
"FeatureMap"
302303
],

src/app/zap-templates/zcl/zcl.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"MaxPathsPerInvoke"
195195
],
196196
"Bridged Device Basic Information": ["ProductAppearance"],
197-
"Chime": ["Enabled"],
197+
"Chime": ["ActiveChimeID", "Enabled"],
198198
"Closure Control": ["OverallState", "OverallTarget"],
199199
"Descriptor": ["ClusterRevision", "FeatureMap"],
200200
"Device Energy Management": [
@@ -291,6 +291,7 @@
291291
"RegisteredClients",
292292
"ICDCounter",
293293
"ClientsSupportedPerFabric",
294+
"MaximumCheckInBackOff",
294295
"OperatingMode",
295296
"FeatureMap"
296297
],

0 commit comments

Comments
 (0)