Skip to content

Commit

Permalink
Adding Dryer device type (#30584)
Browse files Browse the repository at this point in the history
* Added the dryer to the matter-devices.xml

* regenerated Zap
  • Loading branch information
eahove authored and pull[bot] committed Dec 4, 2023
1 parent f37329f commit 1130764
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 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 @@ -1999,6 +1999,24 @@ limitations under the License.
<include cluster="Temperature Control" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-laundry-dryer</name>
<domain>CHIP</domain>
<typeName>Matter Laundry Dryer</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x007C</deviceId>
<class>Simple</class>
<scope>Endpoint</scope>
<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>
<include cluster="On/Off" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Laundry Mode" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Laundry Dryer Controls" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Temperature Control" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-robotic-vacuum-cleaner</name>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1130764

Please sign in to comment.