Added BCValue creation, part I.

This commit is contained in:
2025-12-16 18:33:44 +01:00
parent 36ca1cf3f6
commit b0d347ef79
5 changed files with 169 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<Bike name='franken-wheeler'>
<Console>
<Device Type="Console">
<!-- müssen wir doppel werte hier reinschreiben? -->
<Value ID='Cons_Stat_Dist_Hi' Default='' Current='' Enabled='true' UnitType='mm' Factor='0.1' />
<Value ID='Cons_Stat_Dist_Lo' Default='' Current='' Enabled='true' UnitType='mm'/>
@@ -125,12 +125,12 @@
<Value ID='Cons_Assist_Level_Rekuperation_1' Default='' Current='' Enabled='true' UnitType='%' Factor='1.5625'/>
<Value ID='Cons_Assist_Level_Rekuperation_2' Default='' Current='' Enabled='true' UnitType='%' Factor='1.5625'/>
</Device>
</Console>
<Battery>
</Battery>
<Motor>
</Motor>
<Sensor>
</Sensor>
<Device Type="Battery">
</Device>
<Device Type="Motor">
</Device>
<Device Type="Sensor">
</Device>
</Bike>