Skip to content

Commit 85e9d5f

Browse files
authored
Adding Mandatory Endpoint Composition to Oven Device Type for ZAP XML (#37954)
* Adding Mandatory Endpoint Composition to Oven Device Type because it requires a minimum of one Temperature Controlled Cabinet on a separate endpoint. * add cooktop device type requirement to oven device type
1 parent 4ebdb5c commit 85e9d5f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

+9
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,15 @@ limitations under the License.
25382538
<deviceId editable="false">0x007B</deviceId>
25392539
<class>Simple</class>
25402540
<scope>Endpoint</scope>
2541+
<endpointComposition>
2542+
<compositionType>tree</compositionType>
2543+
<endpoint conformance="M" constraint="min 1">
2544+
<deviceType>0x0071</deviceType>
2545+
</endpoint>
2546+
<endpoint conformance="O" constraint="max 1">
2547+
<deviceType>0x0078</deviceType>
2548+
</endpoint>
2549+
</endpointComposition>
25412550
<clusters lockOthers="true">
25422551
<include cluster="Identify" client="false" server="false" clientLocked="true" serverLocked="false"></include>
25432552
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>

0 commit comments

Comments
 (0)