diff --git a/io.openems.edge.ess.api/src/io/openems/edge/ess/api/ManagedSymmetricEss.java b/io.openems.edge.ess.api/src/io/openems/edge/ess/api/ManagedSymmetricEss.java index e41fe990d1b..159f8c054ca 100644 --- a/io.openems.edge.ess.api/src/io/openems/edge/ess/api/ManagedSymmetricEss.java +++ b/io.openems.edge.ess.api/src/io/openems/edge/ess/api/ManagedSymmetricEss.java @@ -291,7 +291,7 @@ public default IntegerReadChannel getAllowedChargePowerChannel() { } /** - * Gets the Allowed Charge Power in [W], range "<= 0". See + * Gets the Allowed Charge Power in [W], range "<= 0". See * {@link ChannelId#ALLOWED_CHARGE_POWER}. * * @return the Channel {@link Value} @@ -330,7 +330,7 @@ public default IntegerReadChannel getAllowedDischargePowerChannel() { } /** - * Gets the Allowed Discharge Power in [W], range "<= 0". See + * Gets the Allowed Discharge Power in [W], range ">= 0". See * {@link ChannelId#ALLOWED_DISCHARGE_POWER}. * * @return the Channel {@link Value}