We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58e16e commit dc4f327Copy full SHA for dc4f327
src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
@@ -2209,6 +2209,12 @@ limitations under the License.
2209
<deviceId editable="false">0x0070</deviceId>
2210
<class>Simple</class>
2211
<scope>Endpoint</scope>
2212
+ <endpointComposition>
2213
+ <compositionType>tree</compositionType>
2214
+ <endpoint mandatory="true" constraint="1">
2215
+ <deviceType>0x0071</deviceType>
2216
+ </endpoint>
2217
+ </endpointComposition>
2218
<clusters lockOthers="true">
2219
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
2220
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>
0 commit comments