GenericCar: Fix min charging current setting min value and translation
This commit is contained in:
parent
882e78e099
commit
4051699e3b
@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
@ -76,7 +76,7 @@ The name of the StateType ({363a2a39-61b6-4109-9cd9-aca7367d12c7}) of ThingClass
|
|||||||
The name of the StateType ({20faf2b8-2b40-4bee-b228-97dbaf0cdffc}) of ThingClass car
|
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="93"/>
|
<location filename="../../../build/nymea-plugins-genericthings-Desktop-Debug/genericcar/plugininfo.h" line="93"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user