Skip to content

Commit 02ace81

Browse files
committed
Added DeivcLocation to the attributeAccessInterfaceAttributes for the BasicInformation cluster.
1 parent d853f33 commit 02ace81

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@
187187
"CapabilityMinima",
188188
"ProductAppearance",
189189
"SpecificationVersion",
190-
"MaxPathsPerInvoke"
190+
"MaxPathsPerInvoke",
191+
"DeviceLocation"
191192
],
192193
"Bridged Device Basic Information": ["ProductAppearance"],
193194
"Descriptor": ["ClusterRevision", "FeatureMap"],

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@
185185
"CapabilityMinima",
186186
"ProductAppearance",
187187
"SpecificationVersion",
188-
"MaxPathsPerInvoke"
188+
"MaxPathsPerInvoke",
189+
"DeviceLocation"
189190
],
190191
"Bridged Device Basic Information": ["ProductAppearance"],
191192
"Descriptor": ["ClusterRevision", "FeatureMap"],

0 commit comments

Comments
 (0)