Update max charging current to uint

pull/474/head
Simon Stürz 2021-10-28 08:05:52 +02:00
parent b5dc78d9d3
commit 81c1ba94d3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"states": [
{
"name": "maxChargingCurrent",
"type": "double",
"type": "uint",
"writable": true,
"unit": "Ampere"
},