Add charging energy loss as setting for the generic car

This commit is contained in:
Simon Stürz 2023-03-14 10:47:01 +01:00
parent 882e78e099
commit 190f34692c

View File

@ -43,6 +43,16 @@
"minValue": 1, "minValue": 1,
"maxValue": 3, "maxValue": 3,
"defaultValue": 1 "defaultValue": 1
},
{
"id": "3ac9bfc1-f81b-4586-b90b-3ad98b8b8069",
"name": "chargingEnergyLoss",
"displayName": "Charging energy loss",
"type": "uint",
"unit": "Percentage",
"minValue": 5,
"maxValue": 35,
"defaultValue": 10
} }
], ],
"stateTypes": [ "stateTypes": [