File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 279279 <div v-if =" plan.limit.selected == 'soc'" >
280280 <hr />
281281 <openwb-base-button-group-input
282- v-model =" plan.bidi "
282+ v-model =" plan.bidi_charging_enabled "
283283 title =" Bidirektionales Überschussladen bei kompatiblem Ladepunkt&Fahrzeug"
284284 :buttons =" [
285285 {
304304 </template >
305305 </openwb-base-button-group-input >
306306 <openwb-base-alert
307- v-if =" plan.bidi === true"
307+ v-if =" plan.bidi_charging_enabled === true"
308308 subtype =" info"
309309 >
310310 Die Norm IEC 61851-1 und ISO 15118 benötigen als Parameter eine Stromstärke und die Phasenzahl. Die Norm ISO
314314 Ladestrom und die vorgegebene Phasenzahl angewendet.
315315 </openwb-base-alert >
316316 <openwb-base-number-input
317- v-if =" plan.bidi === true"
317+ v-if =" plan.bidi_charging_enabled === true"
318318 title =" Ladeleistung"
319319 :min =" 1"
320320 :max =" 22"
You can’t perform that action at this time.
0 commit comments