We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7209cdc commit b17d37bCopy full SHA for b17d37b
src/views/GeneralChargeConfig.vue
@@ -78,7 +78,7 @@
78
title="Pufferzeit zwischen automat. Phasenumschaltungen"
79
unit="Min."
80
:min="5"
81
- :max="20"
+ :max="60"
82
:step="1"
83
:model-value="$store.state.mqtt['openWB/general/chargemode_config/phase_switch_delay']"
84
@update:model-value="updateState('openWB/general/chargemode_config/phase_switch_delay', $event)"
0 commit comments