Skip to content

Commit 87ee0c9

Browse files
[SL-ONLY] Update Fan Control App zap generation (#313)
1 parent 3283579 commit 87ee0c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/fan-control-app/silabs/data_model/fan-control-thread-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ cluster UserLabel = 65 {
17601760

17611761
/** An interface for controlling a fan in a heating/cooling system. */
17621762
cluster FanControl = 514 {
1763-
revision 4;
1763+
revision 5;
17641764

17651765
enum AirflowDirectionEnum : enum8 {
17661766
kForward = 0;
@@ -1836,7 +1836,7 @@ cluster FanControl = 514 {
18361836
optional boolean lowestOff = 2;
18371837
}
18381838

1839-
/** The Step command speeds up or slows down the fan, in steps. */
1839+
/** This command speeds up or slows down the fan, in steps, without a client having to know the fan speed. */
18401840
command Step(StepRequest): DefaultSuccess = 0;
18411841
}
18421842

examples/fan-control-app/silabs/data_model/fan-control-wifi-app.matter

+2-2
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ cluster UserLabel = 65 {
16711671

16721672
/** An interface for controlling a fan in a heating/cooling system. */
16731673
cluster FanControl = 514 {
1674-
revision 4;
1674+
revision 5;
16751675

16761676
enum AirflowDirectionEnum : enum8 {
16771677
kForward = 0;
@@ -1747,7 +1747,7 @@ cluster FanControl = 514 {
17471747
optional boolean lowestOff = 2;
17481748
}
17491749

1750-
/** The Step command speeds up or slows down the fan, in steps. */
1750+
/** This command speeds up or slows down the fan, in steps, without a client having to know the fan speed. */
17511751
command Step(StepRequest): DefaultSuccess = 0;
17521752
}
17531753

0 commit comments

Comments
 (0)