Merge PR #19: GenericCar: Fix min charging current setting min value and translation

This commit is contained in:
jenkins 2023-05-12 11:49:11 +02:00
commit 2f88da8360
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
"displayName": "Minimum charging current", "displayName": "Minimum charging current",
"type": "uint", "type": "uint",
"unit": "Ampere", "unit": "Ampere",
"minValue": 4, "minValue": 6,
"maxValue": 16, "maxValue": 16,
"defaultValue": 6 "defaultValue": 6
}, },

View File

@ -52,7 +52,7 @@ The name of the ParamType (ThingClass: car, Type: settings, ID: {57f36386-dd71-4
<extracomment>The name of the StateType ({20faf2b8-2b40-4bee-b228-97dbaf0cdffc}) of ThingClass car <extracomment>The name of the StateType ({20faf2b8-2b40-4bee-b228-97dbaf0cdffc}) of ThingClass car
---------- ----------
The name of the ParamType (ThingClass: car, Type: settings, ID: {0c55516d-4285-4d02-8926-1dae03649e18})</extracomment> The name of the ParamType (ThingClass: car, Type: settings, ID: {0c55516d-4285-4d02-8926-1dae03649e18})</extracomment>
<translation>Minmaler Ladestrom</translation> <translation>Minimaler Ladestrom</translation>
</message> </message>
<message> <message>
<location filename="../../../build-nymea-plugins-genericthings-Desktop-Debug/genericcar/plugininfo.h" line="69"/> <location filename="../../../build-nymea-plugins-genericthings-Desktop-Debug/genericcar/plugininfo.h" line="69"/>