Skip to content

Commit

Permalink
fix range dc max current (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel authored Dec 19, 2024
1 parent be7f359 commit 88a4f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/ChargePointInstallation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,9 @@
<openwb-base-number-input
v-else
title="Maximalleistung"
:min="75"
:max="300"
:step="75"
:min="22"
:max="420"
:step="1"
unit="kW"
:precision="5"
:model-value="ac_current2dc_power(chargePointTemplate.dc_max_current)"
Expand Down

0 comments on commit 88a4f88

Please sign in to comment.