changed extendedevcharger from milliAmpere (uint) to Ampere (double)

This commit is contained in:
Boernsman 2021-01-16 20:24:21 +01:00 committed by Boernsman
parent 493b211eec
commit b12878fea8

View File

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