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