Decrease min value for minimum charging current

pull/4/head
Michael Zanetti 2022-06-20 20:03:44 +02:00
parent fd39a2ee53
commit 53e851d87a
1 changed files with 1 additions and 1 deletions

View File

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