From 516334f2329cb80d587feaf89a1408fa5b8e0fae Mon Sep 17 00:00:00 2001 From: Dina Benamar Date: Thu, 11 Jan 2024 17:14:56 +0100 Subject: [PATCH 1/2] Fix typo in washer-controls-cluster.xml --- .../zcl/data-model/chip/washer-controls-cluster.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/zap-templates/zcl/data-model/chip/washer-controls-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/washer-controls-cluster.xml index ac278ca488837c..69a50f4a7ee8be 100644 --- a/src/app/zap-templates/zcl/data-model/chip/washer-controls-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/washer-controls-cluster.xml @@ -38,7 +38,7 @@ limitations under the License. LAUNDRY_WASHER_CONTROLS_CLUSTER true true - This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. + This cluster supports remotely monitoring and controlling the different types of functionality available to a washing device, such as a washing machine. From 7e3e00e2431e60e1200dc9b85f252b48eaf04da9 Mon Sep 17 00:00:00 2001 From: Dina Benamar Date: Thu, 11 Jan 2024 18:21:16 +0100 Subject: [PATCH 2/2] Updating zap/matter files after fixing typos in washer-controls-cluster.xml --- .../all-clusters-common/all-clusters-app.matter | 2 +- src/controller/data_model/controller-clusters.matter | 2 +- src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h | 2 +- src/darwin/Framework/CHIP/zap-generated/MTRClusters.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter index b17ab915e55a98..5bc66b1bdc68de 100644 --- a/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter +++ b/examples/all-clusters-app/all-clusters-common/all-clusters-app.matter @@ -2950,7 +2950,7 @@ cluster RefrigeratorAndTemperatureControlledCabinetMode = 82 { command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0; } -/** This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. */ +/** This cluster supports remotely monitoring and controlling the different types of functionality available to a washing device, such as a washing machine. */ cluster LaundryWasherControls = 83 { revision 1; diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index d7e1819ac2268f..00b16792055059 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -3257,7 +3257,7 @@ cluster RefrigeratorAndTemperatureControlledCabinetMode = 82 { command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0; } -/** This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. */ +/** This cluster supports remotely monitoring and controlling the different types of functionality available to a washing device, such as a washing machine. */ cluster LaundryWasherControls = 83 { revision 1; diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h index 1920e43bb1d408..3fcf1e66c92e32 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h @@ -5474,7 +5474,7 @@ MTR_PROVISIONALLY_AVAILABLE /** * Cluster Laundry Washer Controls * - * This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. + * This cluster supports remotely monitoring and controlling the different types of functionality available to a washing device, such as a washing machine. */ MTR_PROVISIONALLY_AVAILABLE @interface MTRBaseClusterLaundryWasherControls : MTRGenericBaseCluster diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h index 79584ec618ab8c..2929727589b701 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h @@ -2560,7 +2560,7 @@ MTR_PROVISIONALLY_AVAILABLE /** * Cluster Laundry Washer Controls - * This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. + * This cluster supports remotely monitoring and controlling the different types of functionality available to a washing device, such as a washing machine. */ MTR_PROVISIONALLY_AVAILABLE @interface MTRClusterLaundryWasherControls : MTRGenericCluster