Make minimal charging current writable

This commit is contained in:
Simon Stürz 2021-10-22 12:08:48 +02:00
parent 29ee1b48f0
commit 49a03580be

View File

@ -12,7 +12,8 @@
"type": "uint", "type": "uint",
"unit": "Ampere", "unit": "Ampere",
"minValue": 6, "minValue": 6,
"maxValue": 16 "maxValue": 16,
"writable": true
} }
] ]
} }