Skip to content

Commit

Permalink
Regenerated Zap
Browse files Browse the repository at this point in the history
  • Loading branch information
eahove committed Jan 6, 2024
1 parent fb0f1ac commit c535a04
Show file tree
Hide file tree
Showing 24 changed files with 3,067 additions and 1,931 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2426,7 +2426,7 @@ cluster TimeSynchronization = 56 {
Two types of switch devices are supported: latching switch (e.g. rocker switch) and momentary switch (e.g. push button), distinguished with their feature flags.
Interactions with the switch device are exposed as attributes (for the latching switch) and as events (for both types of switches). An interested party MAY subscribe to these attributes/events and thus be informed of the interactions, and can perform actions based on this, for example by sending commands to perform an action such as controlling a light or a window shade. */
cluster Switch = 59 {
revision 1; // NOTE: Default/not specifically set
revision 1;

bitmap Feature : bitmap32 {
kLatchingSwitch = 0x1;
Expand Down Expand Up @@ -2986,7 +2986,7 @@ cluster RefrigeratorAndTemperatureControlledCabinetMode = 82 {

/** This cluster supports remotely monitoring and controling the different typs of functionality available to a washing device, such as a washing machine. */
cluster LaundryWasherControls = 83 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum NumberOfRinsesEnum : enum8 {
kNone = 0;
Expand Down Expand Up @@ -3459,7 +3459,7 @@ provisional cluster MicrowaveOvenMode = 94 {

/** 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 Expand Up @@ -3525,7 +3525,7 @@ cluster OperationalState = 96 {

/** This cluster supports remotely monitoring and, where supported, changing the operational state of a Robotic Vacuum. */
cluster RvcOperationalState = 97 {
revision 1; // NOTE: Default/not specifically set
revision 1;

enum ErrorStateEnum : enum8 {
kFailedToFindChargingDock = 64;
Expand Down Expand Up @@ -3775,7 +3775,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
24 changes: 20 additions & 4 deletions src/controller/java/zap-generated/CHIPClientCallbacks.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions src/controller/java/zap-generated/CHIPInvokeCallbacks.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c535a04

Please sign in to comment.