Skip to content

Commit

Permalink
ZAP REGEN
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis committed Feb 14, 2023
1 parent 3c6ee00 commit 4e0d803
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4449,8 +4449,6 @@ endpoint 0 {
}

server cluster ThreadNetworkDiagnostics {
emits event ConnectionStatus;
emits event NetworkFaultChange;
callback attribute channel;
callback attribute routingRole;
callback attribute networkName;
Expand Down Expand Up @@ -4708,8 +4706,6 @@ endpoint 1 {
}

server cluster Actions {
emits event StateChanged;
emits event ActionFailed;
callback attribute actionList;
callback attribute endpointLists;
callback attribute setupURL;
Expand Down Expand Up @@ -4751,7 +4747,6 @@ endpoint 1 {
}

server cluster BooleanState {
emits event StateChange;
ram attribute stateValue;
ram attribute featureMap;
ram attribute clusterRevision default = 1;
Expand Down Expand Up @@ -4852,18 +4847,6 @@ endpoint 1 {
}

server cluster PumpConfigurationAndControl {
emits event SupplyVoltageLow;
emits event SupplyVoltageHigh;
emits event PowerMissingPhase;
emits event SystemPressureLow;
emits event SystemPressureHigh;
emits event DryRunning;
emits event MotorTemperatureHigh;
emits event PumpMotorFatalFailure;
emits event ElectronicTemperatureHigh;
emits event PumpBlocked;
emits event SensorFailure;
emits event ElectronicNonFatalFailure;
ram attribute maxPressure;
ram attribute maxSpeed;
ram attribute maxFlow;
Expand Down

0 comments on commit 4e0d803

Please sign in to comment.