Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SliderStandard
v-if="dcChargingEnabled"
title="DC-Sollleistung"
:min="4"
:min="-11"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicht alle DC-Lader können auch entladen.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good Point.
Beim anlegen sollten wir einen flag oder autoerkennung für unseren haben. Ggf Uber das config json?

:max="300"
unit="kW"
v-model="instantChargeCurrentDc.value"
Expand Down