From 13133326d587fccb4aaa3b1ebd77d9da6b06b4be Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Tue, 2 May 2023 11:45:45 -0400 Subject: [PATCH] Add ProductAppearance on Bridged Device Basic Information to the list of forced-attribute-access attributes. (#26334) This fixes a merge issue between the ProductAppearance PR and the "don't generate accessors for things where they do not make sense" PR. --- src/app/zap-templates/zcl/zcl-with-test-extensions.json | 1 + src/app/zap-templates/zcl/zcl.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/zap-templates/zcl/zcl-with-test-extensions.json b/src/app/zap-templates/zcl/zcl-with-test-extensions.json index 6a40f87300463b..8399e4a3dfe139 100644 --- a/src/app/zap-templates/zcl/zcl-with-test-extensions.json +++ b/src/app/zap-templates/zcl/zcl-with-test-extensions.json @@ -142,6 +142,7 @@ "CapabilityMinima", "ProductAppearance" ], + "Bridged Device Basic Information": ["ProductAppearance"], "Descriptor": ["ClusterRevision"], "Ethernet Network Diagnostics": [ "PHYRate", diff --git a/src/app/zap-templates/zcl/zcl.json b/src/app/zap-templates/zcl/zcl.json index d5bd43109c7b96..f63ef856fce8ac 100644 --- a/src/app/zap-templates/zcl/zcl.json +++ b/src/app/zap-templates/zcl/zcl.json @@ -140,6 +140,7 @@ "CapabilityMinima", "ProductAppearance" ], + "Bridged Device Basic Information": ["ProductAppearance"], "Descriptor": ["ClusterRevision"], "Ethernet Network Diagnostics": [ "PHYRate",