Skip to content

Commit

Permalink
adding endpointComposition data to XML for ZAP to consume
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Aug 20, 2024
1 parent 068da61 commit f0e7684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,6 +2209,12 @@ limitations under the License.
<deviceId editable="false">0x0070</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<endpointComposition>
<compositionType>tree</compositionType>
<endpoint mandatory="true" constraint="1">
<deviceType>0x0071</deviceType>
</endpoint>
</endpointComposition>
<clusters lockOthers="true">
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>
Expand Down

0 comments on commit f0e7684

Please sign in to comment.