Skip to content

Commit 25e7484

Browse files
authored
Fix super class missing
1 parent abb988c commit 25e7484

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io.openems.edge.evcs.ocpp.server/src/io/openems/edge/evcs/ocpp/server/EvcsOcppServer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ protected void removeEvcs(Evcs evcs) {
135135
ocppEvcs.lostSession();
136136
}
137137

138+
public EvcsOcppServer() {
139+
super(OpenemsComponent.ChannelId.values());
140+
}
141+
138142
@Activate
139143
private void activate(ComponentContext context, Config config) throws UnknownHostException,
140144
OccurenceConstraintException, UnsupportedFeatureException, NotConnectedException {

0 commit comments

Comments
 (0)