Decrease min value for minimum charging current

This commit is contained in:
Michael Zanetti 2022-06-20 20:03:44 +02:00
parent fd39a2ee53
commit 53e851d87a

View File

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