Skip to content

Commit

Permalink
zap regen (#31246)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jun 19, 2024
1 parent 67963ad commit 4572574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@ cluster BooleanState = 69 {
/** This cluster supports remotely monitoring and controling the different typs of
functionality available to a drying device, such as a laundry dryer. */
cluster LaundryDryerControls = 74 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum DrynessLevelEnum : enum8 {
kLow = 0;
Expand Down Expand Up @@ -3741,7 +3741,7 @@ provisional cluster ElectricalEnergyMeasurement = 145 {

/** Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management. */
provisional cluster EnergyEvse = 153 {
revision 1; // NOTE: Default/not specifically set
revision 2;

enum EnergyTransferStoppedReasonEnum : enum8 {
kEVStopped = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ cluster GroupKeyManagement = 63 {

/** Electric Vehicle Supply Equipment (EVSE) is equipment used to charge an Electric Vehicle (EV) or Plug-In Hybrid Electric Vehicle. This cluster provides an interface to the functionality of Electric Vehicle Supply Equipment (EVSE) management. */
provisional cluster EnergyEvse = 153 {
revision 1; // NOTE: Default/not specifically set
revision 2;

enum EnergyTransferStoppedReasonEnum : enum8 {
kEVStopped = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ provisional cluster MicrowaveOvenControl = 95 {

/** This cluster supports remotely monitoring and, where supported, changing the operational state of any device where a state machine is a part of the operation. */
cluster OperationalState = 96 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum ErrorStateEnum : enum8 {
kNoError = 0;
Expand Down

0 comments on commit 4572574

Please sign in to comment.