Make minimal charging current writable
This commit is contained in:
parent
29ee1b48f0
commit
49a03580be
@ -12,7 +12,8 @@
|
|||||||
"type": "uint",
|
"type": "uint",
|
||||||
"unit": "Ampere",
|
"unit": "Ampere",
|
||||||
"minValue": 6,
|
"minValue": 6,
|
||||||
"maxValue": 16
|
"maxValue": 16,
|
||||||
|
"writable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user