Skip to content

Commit

Permalink
OpenEMS: update to version 2023.8.0
Browse files Browse the repository at this point in the history
Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre in /cnf by @dependabot in #2292
Bump de.bytefish:pgbulkinsert from 8.1.0 to 8.1.1 in /cnf by @dependabot in #2291
Bump com.influxdb:influxdb-client-core from 6.9.0 to 6.10.0 in /cnf by @dependabot in #2295
Bump kotlinx-coroutines-core-jvm from 1.7.1 to 1.7.2 in /cnf (#2251)
Virtual meter bug fix: average is computed correctly by @JoopAue in #2278
  • Loading branch information
sfeilmeier committed Sep 1, 2023
1 parent e6b9609 commit 9eb5fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ui/src/app/edge/live/Controller/Evcs/modal/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
[converter]="Utils.CONVERT_TO_WATT">
</oe-modal-line>


<!-- this section has to be change later -->
<table class="full_width" *ngIf="numberOfPhases && formGroup.value.forceChargeMinPower">
<tr>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/edge/live/Controller/Evcs/modal/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ enum ChargePlug {
PLUGGED_ON_EVCS_AND_LOCKED = 3, //Plugged on EVCS and locked
PLUGGED_ON_EVCS_AND_ON_EV = 5, //Plugged on EVCS and on EV
PLUGGED_ON_EVCS_AND_ON_EV_AND_LOCKED = 7 //Plugged on EVCS and on EV and locked
}
}

0 comments on commit 9eb5fdf

Please sign in to comment.