Skip to content

Commit

Permalink
[DRYERCTRL] Align description with spec (project-chip#34236)
Browse files Browse the repository at this point in the history
* Align desc with spec

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

* Commit after zap regen
  • Loading branch information
rbultman authored and austina-csa committed Jul 10, 2024
1 parent 035f052 commit 3cbed51
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2731,8 +2731,8 @@ cluster OvenMode = 73 {
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
}

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2933,8 +2933,8 @@ cluster OvenMode = 73 {
command ChangeToMode(ChangeToModeRequest): ChangeToModeResponse = 0;
}

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

Expand Down
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

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

4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

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

0 comments on commit 3cbed51

Please sign in to comment.