Skip to content

Commit b3f2eee

Browse files
committed
1 parent a96262a commit b3f2eee

File tree

1 file changed

+2
-2
lines changed
  • io.openems.edge.controller.ess.timeofusetariff/src/io/openems/edge/controller/ess/timeofusetariff/optimizer

1 file changed

+2
-2
lines changed

io.openems.edge.controller.ess.timeofusetariff/src/io/openems/edge/controller/ess/timeofusetariff/optimizer/Context.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public Builder setMaxChargePowerFromGrid(int maxChargePowerFromGrid) {
138138
}
139139

140140
/**
141-
* Always apply §14a EnWG limit of 4.2 kW.
141+
* Always apply 14a EnWG limit of 4.2 kW.
142142
*
143143
* @param limitChargePowerFor14aEnWG boolean
144144
* @return myself
@@ -169,4 +169,4 @@ public static Builder create() {
169169
return new Context.Builder();
170170
}
171171

172-
}
172+
}

0 commit comments

Comments
 (0)