Skip to content

Commit

Permalink
Restyled by prettier-json
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and gmarcosb committed Oct 4, 2024
1 parent eb22264 commit 621df32
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 453 deletions.
121 changes: 23 additions & 98 deletions src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,9 @@
"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": {
Expand Down Expand Up @@ -199,13 +193,8 @@
"SpecificationVersion",
"MaxPathsPerInvoke"
],
"Bridged Device Basic Information": [
"ProductAppearance"
],
"Descriptor": [
"ClusterRevision",
"FeatureMap"
],
"Bridged Device Basic Information": ["ProductAppearance"],
"Descriptor": ["ClusterRevision", "FeatureMap"],
"Device Energy Management": [
"ESAType",
"ESACanGenerate",
Expand Down Expand Up @@ -257,11 +246,7 @@
"SessionEnergyDischarged",
"FeatureMap"
],
"Energy EVSE Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"Energy EVSE Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Ethernet Network Diagnostics": [
"PHYRate",
"FullDuplex",
Expand Down Expand Up @@ -305,11 +290,7 @@
"ICDCounter",
"ClientsSupportedPerFabric"
],
"Occupancy Sensing": [
"HoldTimeLimits",
"HoldTime",
"FeatureMap"
],
"Occupancy Sensing": ["HoldTimeLimits", "HoldTime", "FeatureMap"],
"Operational Credentials": [
"SupportedFabrics",
"CommissionedFabrics",
Expand Down Expand Up @@ -416,21 +397,14 @@
"CurrentMaxRate",
"OverrunCount"
],
"Channel": [
"Lineup",
"CurrentChannel"
],
"Channel": ["Lineup", "CurrentChannel"],
"Media Playback": [
"SampledPosition",
"ActiveAudioTrack",
"ActiveTextTrack"
],
"Application Launcher": [
"CurrentApp"
],
"Application Basic": [
"Application"
],
"Application Launcher": ["CurrentApp"],
"Application Basic": ["Application"],
"Time Synchronization": [
"TrustedTimeSource",
"DefaultNTP",
Expand All @@ -442,19 +416,9 @@
"TimeZoneListMaxSize",
"DSTOffsetListMaxSize"
],
"Temperature Control": [
"SupportedTemperatureLevels"
],
"Dishwasher Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"Microwave Oven Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"Temperature Control": ["SupportedTemperatureLevels"],
"Dishwasher Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Microwave Oven Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Microwave Oven Control": [
"CookTime",
"MaxCookTime",
Expand All @@ -467,26 +431,14 @@
"WattRating",
"FeatureMap"
],
"Laundry Washer Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"Laundry Washer Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Refrigerator And Temperature Controlled Cabinet Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"RVC Clean Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"RVC Run Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"RVC Clean Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"RVC Run Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Operational State": [
"OperationalState",
"OperationalError",
Expand Down Expand Up @@ -663,10 +615,7 @@
"LevelValue",
"FeatureMap"
],
"Air Quality": [
"AirQuality",
"FeatureMap"
],
"Air Quality": ["AirQuality", "FeatureMap"],
"Electrical Energy Measurement": [
"Accuracy",
"CumulativeEnergyImported",
Expand Down Expand Up @@ -698,15 +647,9 @@
"NeutralCurrent",
"FeatureMap"
],
"Power Topology": [
"FeatureMap"
],
"Valve Configuration and Control": [
"RemainingDuration"
],
"Boolean State Configuration": [
"CurrentSensitivityLevel"
],
"Power Topology": ["FeatureMap"],
"Valve Configuration and Control": ["RemainingDuration"],
"Boolean State Configuration": ["CurrentSensitivityLevel"],
"Water Heater Management": [
"HeaterTypes",
"HeatDemand",
Expand All @@ -717,36 +660,18 @@
"FeatureMap",
"ClusterRevision"
],
"Water Heater Mode": [
"SupportedModes",
"CurrentMode",
"FeatureMap"
],
"Wi-Fi Network Management": [
"SSID",
"PassphraseSurrogate"
],
"Water Heater Mode": ["SupportedModes", "CurrentMode", "FeatureMap"],
"Wi-Fi Network Management": ["SSID", "PassphraseSurrogate"],
"Thread Network Directory": [
"PreferredExtendedPanID",
"ThreadNetworks",
"ThreadNetworkTableSize"
],
"Service Area": [
"CurrentArea",
"EstimatedEndTime",
"FeatureMap"
]
"Service Area": ["CurrentArea", "EstimatedEndTime", "FeatureMap"]
},
"mandatoryDeviceTypes": "0x0016",
"defaultReportingPolicy": "mandatory",
"ZCLDataTypes": [
"ARRAY",
"BITMAP",
"ENUM",
"NUMBER",
"STRING",
"STRUCT"
],
"ZCLDataTypes": ["ARRAY", "BITMAP", "ENUM", "NUMBER", "STRING", "STRUCT"],
"fabricHandling": {
"automaticallyCreateFields": true,
"indexFieldId": 254,
Expand Down
Loading

0 comments on commit 621df32

Please sign in to comment.