44
44
" dishwasher-alarm-cluster.xml" ,
45
45
" dishwasher-mode-cluster.xml" ,
46
46
" drlc-cluster.xml" ,
47
+ " meter-identification-cluster.xml" ,
47
48
" microwave-oven-mode-cluster.xml" ,
48
49
" microwave-oven-control-cluster.xml" ,
49
50
" door-lock-cluster.xml" ,
138
139
"manufacturersXml" : " ../../../../src/app/zap-templates/zcl/data-model/manufacturers.xml" ,
139
140
"options" : {
140
141
"text" : {
141
- "defaultResponsePolicy" : [" Always" , " Conditional" , " Never" ]
142
+ "defaultResponsePolicy" : [
143
+ " Always" ,
144
+ " Conditional" ,
145
+ " Never"
146
+ ]
142
147
},
143
- "bool" : [" commandDiscovery" ]
148
+ "bool" : [
149
+ " commandDiscovery"
150
+ ]
144
151
},
145
152
"defaults" : {
146
153
"text" : {
186
193
" SpecificationVersion" ,
187
194
" MaxPathsPerInvoke"
188
195
],
189
- "Bridged Device Basic Information" : [" ProductAppearance" ],
190
- "Descriptor" : [" ClusterRevision" , " FeatureMap" ],
196
+ "Bridged Device Basic Information" : [
197
+ " ProductAppearance"
198
+ ],
199
+ "Descriptor" : [
200
+ " ClusterRevision" ,
201
+ " FeatureMap"
202
+ ],
191
203
"Device Energy Management" : [
192
204
" ESAType" ,
193
205
" ESACanGenerate" ,
230
242
" SessionEnergyDischarged" ,
231
243
" FeatureMap"
232
244
],
233
- "Energy EVSE Mode" : [" SupportedModes" , " CurrentMode" , " FeatureMap" ],
245
+ "Energy EVSE Mode" : [
246
+ " SupportedModes" ,
247
+ " CurrentMode" ,
248
+ " FeatureMap"
249
+ ],
234
250
"Ethernet Network Diagnostics" : [
235
251
" PHYRate" ,
236
252
" FullDuplex" ,
369
385
" CurrentMaxRate" ,
370
386
" OverrunCount"
371
387
],
372
- "Channel" : [" Lineup" , " CurrentChannel" ],
388
+ "Channel" : [
389
+ " Lineup" ,
390
+ " CurrentChannel"
391
+ ],
373
392
"Media Playback" : [
374
393
" SampledPosition" ,
375
394
" ActiveAudioTrack" ,
376
395
" ActiveTextTrack"
377
396
],
378
- "Application Launcher" : [" CurrentApp" ],
379
- "Application Basic" : [" Application" ],
397
+ "Application Launcher" : [
398
+ " CurrentApp"
399
+ ],
400
+ "Application Basic" : [
401
+ " Application"
402
+ ],
380
403
"Time Synchronization" : [
381
404
" TrustedTimeSource" ,
382
405
" DefaultNTP" ,
388
411
" TimeZoneListMaxSize" ,
389
412
" DSTOffsetListMaxSize"
390
413
],
391
- "Temperature Control" : [" SupportedTemperatureLevels" ],
414
+ "Temperature Control" : [
415
+ " SupportedTemperatureLevels"
416
+ ],
392
417
"Dishwasher Mode" : [
393
418
" SupportedModes" ,
394
419
" CurrentMode" ,
395
420
" StartUpMode" ,
396
421
" OnMode" ,
397
422
" FeatureMap"
398
423
],
399
- "Microwave Oven Mode" : [" SupportedModes" , " CurrentMode" , " FeatureMap" ],
424
+ "Microwave Oven Mode" : [
425
+ " SupportedModes" ,
426
+ " CurrentMode" ,
427
+ " FeatureMap"
428
+ ],
400
429
"Microwave Oven Control" : [
401
430
" CookTime" ,
402
431
" MaxCookTime" ,
423
452
" OnMode" ,
424
453
" FeatureMap"
425
454
],
426
- "RVC Clean Mode" : [" SupportedModes" , " CurrentMode" , " FeatureMap" ],
427
- "RVC Run Mode" : [" SupportedModes" , " CurrentMode" , " FeatureMap" ],
455
+ "RVC Clean Mode" : [
456
+ " SupportedModes" ,
457
+ " CurrentMode" ,
458
+ " FeatureMap"
459
+ ],
460
+ "RVC Run Mode" : [
461
+ " SupportedModes" ,
462
+ " CurrentMode" ,
463
+ " FeatureMap"
464
+ ],
428
465
"Operational State" : [
429
466
" OperationalState" ,
430
467
" OperationalError" ,
601
638
" LevelValue" ,
602
639
" FeatureMap"
603
640
],
604
- "Air Quality" : [" AirQuality" , " FeatureMap" ],
605
- "Thermostat" : [" QueuedPreset" ],
641
+ "Air Quality" : [
642
+ " AirQuality" ,
643
+ " FeatureMap"
644
+ ],
645
+ "Thermostat" : [
646
+ " QueuedPreset"
647
+ ],
606
648
"Electrical Energy Measurement" : [
607
649
" Accuracy" ,
608
650
" CumulativeEnergyImported" ,
634
676
" NeutralCurrent" ,
635
677
" FeatureMap"
636
678
],
637
- "Power Topology" : [" FeatureMap" ],
638
- "Valve Configuration and Control" : [" RemainingDuration" ],
639
- "Boolean State Configuration" : [" CurrentSensitivityLevel" ],
640
- "Wi-Fi Network Management" : [" SSID" ]
679
+ "Power Topology" : [
680
+ " FeatureMap"
681
+ ],
682
+ "Valve Configuration and Control" : [
683
+ " RemainingDuration"
684
+ ],
685
+ "Boolean State Configuration" : [
686
+ " CurrentSensitivityLevel"
687
+ ],
688
+ "Wi-Fi Network Management" : [
689
+ " SSID"
690
+ ]
641
691
},
642
692
"defaultReportingPolicy" : " mandatory" ,
643
- "ZCLDataTypes" : [" ARRAY" , " BITMAP" , " ENUM" , " NUMBER" , " STRING" , " STRUCT" ],
693
+ "ZCLDataTypes" : [
694
+ " ARRAY" ,
695
+ " BITMAP" ,
696
+ " ENUM" ,
697
+ " NUMBER" ,
698
+ " STRING" ,
699
+ " STRUCT"
700
+ ],
644
701
"fabricHandling" : {
645
702
"automaticallyCreateFields" : true ,
646
703
"indexFieldId" : 254 ,
650
707
"uiOptions" : {
651
708
"showProfileId" : false
652
709
}
653
- }
710
+ }
0 commit comments