Update max value of minimal charging current according to interface

This commit is contained in:
Simon Stürz 2021-10-22 16:19:35 +02:00
parent d22f741909
commit 941586cc90

View File

@ -1824,7 +1824,7 @@
"unit": "Ampere", "unit": "Ampere",
"writable": true, "writable": true,
"minValue": 6, "minValue": 6,
"maxValue": 20, "maxValue": 16,
"defaultValue": 6 "defaultValue": 6
} }
] ]