Skip to content

Commit 5020995

Browse files
bzbarsky-applepull[bot]
authored andcommitted
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.
1 parent 6ce62f2 commit 5020995

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"CapabilityMinima",
143143
"ProductAppearance"
144144
],
145+
"Bridged Device Basic Information": ["ProductAppearance"],
145146
"Descriptor": ["ClusterRevision"],
146147
"Ethernet Network Diagnostics": [
147148
"PHYRate",

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

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"CapabilityMinima",
141141
"ProductAppearance"
142142
],
143+
"Bridged Device Basic Information": ["ProductAppearance"],
143144
"Descriptor": ["ClusterRevision"],
144145
"Ethernet Network Diagnostics": [
145146
"PHYRate",

0 commit comments

Comments
 (0)