changed extendedevcharger from milliAmpere (uint) to Ampere (double)
This commit is contained in:
parent
493b211eec
commit
b12878fea8
@ -4,9 +4,9 @@
|
|||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "maxChargingCurrent",
|
"name": "maxChargingCurrent",
|
||||||
"type": "uint",
|
"type": "double",
|
||||||
"writable": true,
|
"writable": true,
|
||||||
"unit": "MilliAmpere"
|
"unit": "Ampere"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user