Skip to content

Commit

Permalink
Fix documentation for allowed charge power of managed symmetric ess (#…
Browse files Browse the repository at this point in the history
…2714)

Documentation stated that both allowed charge and discharge power are `<= 0`.

Co-authored-by: Felix Remmel <[email protected]>
  • Loading branch information
parapluplu and Felix Remmel authored Aug 1, 2024
1 parent 552a570 commit 0af0b53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public default IntegerReadChannel getAllowedChargePowerChannel() {
}

/**
* Gets the Allowed Charge Power in [W], range "&lt;= 0". See
* Gets the Allowed Charge Power in [W], range "<= 0". See
* {@link ChannelId#ALLOWED_CHARGE_POWER}.
*
* @return the Channel {@link Value}
Expand Down Expand Up @@ -330,7 +330,7 @@ public default IntegerReadChannel getAllowedDischargePowerChannel() {
}

/**
* Gets the Allowed Discharge Power in [W], range "&lt;= 0". See
* Gets the Allowed Discharge Power in [W], range ">= 0". See
* {@link ChannelId#ALLOWED_DISCHARGE_POWER}.
*
* @return the Channel {@link Value}
Expand Down

0 comments on commit 0af0b53

Please sign in to comment.