Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate FanControl cluster using Alchemy #37769

Merged
merged 5 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -1992,7 +1992,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5779,7 +5779,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -5855,7 +5855,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4191,7 +4191,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -4267,7 +4267,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ cluster ActivatedCarbonFilterMonitoring = 114 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -1735,7 +1735,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -1915,7 +1915,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ cluster FixedLabel = 64 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -1638,7 +1638,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -2211,7 +2211,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -1855,7 +1855,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1999,7 +1999,7 @@ cluster Thermostat = 513 {

/** An interface for controlling a fan in a heating/cooling system. */
cluster FanControl = 514 {
revision 4;
revision 5;

enum AirflowDirectionEnum : enum8 {
kForward = 0;
Expand Down Expand Up @@ -2075,7 +2075,7 @@ cluster FanControl = 514 {
optional boolean lowestOff = 2;
}

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

Expand Down
Loading
Loading