Skip to content

Commit 87241ce

Browse files
paulr34PeterC1965
authored andcommitted
adding mandatory endpointComposition data to XML for ZAP to consume (project-chip#34818)
* adding endpointComposition data to XML for ZAP to consume * explicitly adding constraint as defined by the spec and defining compositions types * fix composition type tag * changing back to prevent both types being true which is not allowed * explciitly setting conformance and contraint to account for all scenarios
1 parent c5186a2 commit 87241ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/zap-templates/zcl/data-model/chip/matter-devices.xml

+6
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,12 @@ limitations under the License.
22092209
<deviceId editable="false">0x0070</deviceId>
22102210
<class>Simple</class>
22112211
<scope>Endpoint</scope>
2212+
<endpointComposition>
2213+
<compositionType>tree</compositionType>
2214+
<endpoint conformance="M" constraint="min 1">
2215+
<deviceType>0x0071</deviceType>
2216+
</endpoint>
2217+
</endpointComposition>
22122218
<clusters lockOthers="true">
22132219
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
22142220
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>

0 commit comments

Comments
 (0)