Skip to content

Commit 3cbed51

Browse files
rbultmanaustina-csa
authored andcommittedJul 10, 2024
[DRYERCTRL] Align description with spec (project-chip#34236)
* Align desc with spec * Update src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml * Commit after zap regen
1 parent 035f052 commit 3cbed51

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
 

‎examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2731,8 +2731,8 @@ cluster OvenMode = 73 {
27312731
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
27322732
}
27332733

2734-
/** This cluster supports remotely monitoring and controling the different typs of
2735-
functionality available to a drying device, such as a laundry dryer. */
2734+
/** This cluster provides a way to access options associated with the operation of
2735+
a laundry dryer device type. */
27362736
cluster LaundryDryerControls = 74 {
27372737
revision 1;
27382738

‎src/app/zap-templates/zcl/data-model/chip/laundry-dryer-controls-cluster.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ limitations under the License.
3333
<define>LAUNDRY_DRYER_CONTROLS_CLUSTER</define>
3434
<client init="false" tick="false">true</client>
3535
<server init="false" tick="false">true</server>
36-
<description>This cluster supports remotely monitoring and controling the different typs of
37-
functionality available to a drying device, such as a laundry dryer.</description>
36+
<description>This cluster provides a way to access options associated with the operation of
37+
a laundry dryer device type.</description>
3838

3939
<globalAttribute side="either" code="0xFFFD" value="1" />
4040

‎src/controller/data_model/controller-clusters.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -2933,8 +2933,8 @@ cluster OvenMode = 73 {
29332933
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
29342934
}
29352935

2936-
/** This cluster supports remotely monitoring and controling the different typs of
2937-
functionality available to a drying device, such as a laundry dryer. */
2936+
/** This cluster provides a way to access options associated with the operation of
2937+
a laundry dryer device type. */
29382938
cluster LaundryDryerControls = 74 {
29392939
revision 1;
29402940

‎src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)