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": [ "states": [
{ {
"name": "maxChargingCurrent", "name": "maxChargingCurrent",
"type": "uint", "type": "double",
"writable": true, "writable": true,
"unit": "MilliAmpere" "unit": "Ampere"
} }
] ]
} }