File tree 1 file changed +28
-0
lines changed
src/components/vehicles/tronity
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 44
44
Secrets ungültig werden.
45
45
</template >
46
46
</openwb-base-text-input >
47
+ <openwb-base-button-group-input
48
+ title =" SoC während der Ladung berechnen"
49
+ :buttons =" [
50
+ {
51
+ buttonValue: false,
52
+ text: 'Nein',
53
+ class: 'btn-outline-danger',
54
+ },
55
+ {
56
+ buttonValue: true,
57
+ text: 'Ja',
58
+ class: 'btn-outline-success',
59
+ },
60
+ ]"
61
+ :model-value =" vehicle.configuration.calculate_soc"
62
+ @update:model-value ="
63
+ updateConfiguration($event, 'configuration.calculate_soc')
64
+ "
65
+ >
66
+ <template #help >
67
+ Berechnet den Ladestand (SoC) während der Ladung. Dies ist
68
+ notwendig, wenn der SoC nicht über die Schnittstelle des
69
+ Fahrzeugs abgerufen werden kann. Die Berechnung erfolgt über
70
+ die Ladeleistung und die Ladedauer. <br >
71
+ Derzeit notwendig für Peugeot, Opel, Citroen und DS.
72
+ </template >
73
+ </openwb-base-button-group-input >
74
+
47
75
</div >
48
76
</template >
49
77
You can’t perform that action at this time.
0 commit comments