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

zap regen #31246

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
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
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
Loading