Skip to content

Commit

Permalink
Add RVC device type to XML + fix RVC Clean/Run XML issue (#28239)
Browse files Browse the repository at this point in the history
* add rvc device type

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <[email protected]>

---------

Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Dec 6, 2023
1 parent 2676de7 commit 8694196
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 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 @@ -1989,6 +1989,21 @@ limitations under the License.
<include cluster="Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-robotic-vacuum-cleaner</name>
<domain>CHIP</domain>
<typeName>Matter Robotic Vacuum Cleaner</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0074</deviceId>
<clusters lockOthers="true">
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="true">
</include>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="RVC Run Mode" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="RVC Clean Mode" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="RVC Operational State" client="false" server="true" clientLocked="true" serverLocked="true"></include>
</clusters>
</deviceType>
<deviceType>
<name>MA-temperature-controlled-cabinet</name>
<domain>CHIP</domain>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ limitations under the License.
</enum>

<cluster>
<domain>General</domain>
<domain>Robots</domain>
<name>RVC Clean Mode</name>
<code>0x0055</code>
<define>RVC_CLEAN_MODE_CLUSTER</define>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ limitations under the License.
</enum>

<cluster>
<domain>General</domain>
<domain>Robots</domain>
<name>RVC Run Mode</name>
<code>0x0054</code>
<define>RVC_RUN_MODE_CLUSTER</define>
Expand Down

0 comments on commit 8694196

Please sign in to comment.