Skip to content

Commit

Permalink
Fix super class missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0w3y authored Dec 3, 2024
1 parent abb988c commit 25e7484
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ protected void removeEvcs(Evcs evcs) {
ocppEvcs.lostSession();
}

public EvcsOcppServer() {
super(OpenemsComponent.ChannelId.values());
}

@Activate
private void activate(ComponentContext context, Config config) throws UnknownHostException,
OccurenceConstraintException, UnsupportedFeatureException, NotConnectedException {
Expand Down

0 comments on commit 25e7484

Please sign in to comment.