Make minimal charging current writable

pull/473/head
Simon Stürz 2021-10-22 12:08:48 +02:00
parent 29ee1b48f0
commit 49a03580be
1 changed files with 2 additions and 1 deletions

View File

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