From 8694196eeb8f91337e3355e23c23e37cb637ccff Mon Sep 17 00:00:00 2001 From: Petru Lauric <81822411+plauric@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:21:30 -0400 Subject: [PATCH] Add RVC device type to XML + fix RVC Clean/Run XML issue (#28239) * add rvc device type * Apply suggestions from code review Co-authored-by: Boris Zbarsky --------- Co-authored-by: Boris Zbarsky --- .../zcl/data-model/chip/matter-devices.xml | 15 +++++++++++++++ .../data-model/chip/rvc-clean-mode-cluster.xml | 2 +- .../zcl/data-model/chip/rvc-run-mode-cluster.xml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml index 3c923129fb9f12..be7b55cb5ed43e 100644 --- a/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml +++ b/src/app/zap-templates/zcl/data-model/chip/matter-devices.xml @@ -1989,6 +1989,21 @@ limitations under the License. + + MA-robotic-vacuum-cleaner + CHIP + Matter Robotic Vacuum Cleaner + 0x0103 + 0x0074 + + + + + + + + + MA-temperature-controlled-cabinet CHIP diff --git a/src/app/zap-templates/zcl/data-model/chip/rvc-clean-mode-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/rvc-clean-mode-cluster.xml index 1baf10841b9672..8921822d4f89c5 100644 --- a/src/app/zap-templates/zcl/data-model/chip/rvc-clean-mode-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/rvc-clean-mode-cluster.xml @@ -30,7 +30,7 @@ limitations under the License. - General + Robots RVC Clean Mode 0x0055 RVC_CLEAN_MODE_CLUSTER diff --git a/src/app/zap-templates/zcl/data-model/chip/rvc-run-mode-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/rvc-run-mode-cluster.xml index dd7905ce9891d7..d6a3a241c32bd1 100644 --- a/src/app/zap-templates/zcl/data-model/chip/rvc-run-mode-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/rvc-run-mode-cluster.xml @@ -36,7 +36,7 @@ limitations under the License. - General + Robots RVC Run Mode 0x0054 RVC_RUN_MODE_CLUSTER