From 4ee377fa04fb0ea942d244fcaff92a699bb398c0 Mon Sep 17 00:00:00 2001 From: OmAmbalkar <36728913+OmAmbalkar@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:04:34 -0600 Subject: [PATCH] Added Attribute in zcl.json --- src/app/zap-templates/zcl/zcl.json | 64 ++++++++++++++++++++++++------ 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/src/app/zap-templates/zcl/zcl.json b/src/app/zap-templates/zcl/zcl.json index 9fe43e38eada59..a955751e829e12 100644 --- a/src/app/zap-templates/zcl/zcl.json +++ b/src/app/zap-templates/zcl/zcl.json @@ -121,9 +121,15 @@ "manufacturersXml": "../../../../src/app/zap-templates/zcl/data-model/manufacturers.xml", "options": { "text": { - "defaultResponsePolicy": ["Always", "Conditional", "Never"] + "defaultResponsePolicy": [ + "Always", + "Conditional", + "Never" + ] }, - "bool": ["commandDiscovery"] + "bool": [ + "commandDiscovery" + ] }, "defaults": { "text": { @@ -169,8 +175,12 @@ "SpecificationVersion", "MaxPathsPerInvoke" ], - "Bridged Device Basic Information": ["ProductAppearance"], - "Descriptor": ["ClusterRevision"], + "Bridged Device Basic Information": [ + "ProductAppearance" + ], + "Descriptor": [ + "ClusterRevision" + ], "Ethernet Network Diagnostics": [ "PHYRate", "FullDuplex", @@ -309,10 +319,19 @@ "CurrentMaxRate", "OverrunCount" ], - "Channel": ["Lineup", "CurrentChannel"], - "Media Playback": ["SampledPosition"], - "Application Launcher": ["CurrentApp"], - "Application Basic": ["Application"], + "Channel": [ + "Lineup", + "CurrentChannel" + ], + "Media Playback": [ + "SampledPosition" + ], + "Application Launcher": [ + "CurrentApp" + ], + "Application Basic": [ + "Application" + ], "Time Synchronization": [ "TrustedTimeSource", "DefaultNTP", @@ -324,7 +343,12 @@ "TimeZoneListMaxSize", "DSTOffsetListMaxSize" ], - "Temperature Control": ["SupportedTemperatureLevels"], + "Temperature Control": [ + "SupportedTemperatureLevels" + ], + "Laundry Dryer Controls": [ + "SupportedDrynessLevels" + ], "Dishwasher Mode": [ "SupportedModes", "CurrentMode", @@ -332,7 +356,11 @@ "OnMode", "FeatureMap" ], - "Microwave Oven Mode": ["SupportedModes", "CurrentMode", "FeatureMap"], + "Microwave Oven Mode": [ + "SupportedModes", + "CurrentMode", + "FeatureMap" + ], "Laundry Washer Mode": [ "SupportedModes", "CurrentMode", @@ -535,14 +563,24 @@ "LevelValue", "FeatureMap" ], - "Air Quality": ["AirQuality", "FeatureMap"] + "Air Quality": [ + "AirQuality", + "FeatureMap" + ] }, "defaultReportingPolicy": "mandatory", - "ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"], + "ZCLDataTypes": [ + "ARRAY", + "BITMAP", + "ENUM", + "NUMBER", + "STRING", + "STRUCT" + ], "fabricHandling": { "automaticallyCreateFields": true, "indexFieldId": 254, "indexFieldName": "FabricIndex", "indexType": "fabric_idx" } -} +} \ No newline at end of file