Skip to content

Commit

Permalink
fix min-soc settings in standard theme
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Mar 25, 2024
1 parent 65aacea commit f15947a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/modules/web_themes/standard_legacy/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ <h3>Einstellungen für "PV"</h3>
class="charge-point-pv-charge-min-soc form-control-range rangeInput"
id="minSocPvCpT"
data-topic="openWB/set/vehicle/template/charge_template/<ct>/chargemode/pv_charging/min_soc"
min="0" max="95" step="5">
min="0" max="19" step="1"
data-list='[[0,"Aus"],5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95]'>
</div>
<label for="minSocPvCpT"
class="col-2 col-form-label valueLabel text-right"
Expand All @@ -744,7 +745,7 @@ <h3>Einstellungen für "PV"</h3>
class="charge-point-pv-charge-min-soc-current form-control-range rangeInput"
id="minSocCurrentPvCpT"
data-topic="openWB/set/vehicle/template/charge_template/<ct>/chargemode/pv_charging/min_soc_current"
min="6" max="16" step="1">
min="6" max="32" step="1">
</div>
<label for="minSocCurrentPvCpT"
class="col-2 col-form-label valueLabel text-right"
Expand Down

0 comments on commit f15947a

Please sign in to comment.