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
Changes from all 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
@@ -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;
@@ -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;
}

Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_airpurifier_73a6fe2651.matter
Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

4 changes: 2 additions & 2 deletions examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
Original file line number Diff line number Diff line change
@@ -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;
@@ -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;
}

Loading