Update the extended evcharger interface
This commit is contained in:
parent
309240ed47
commit
b49efd4687
@ -3,11 +3,10 @@
|
|||||||
"extends": "evcharger",
|
"extends": "evcharger",
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "percentage",
|
"name": "maxChargingCurrent",
|
||||||
"type": "int",
|
"type": "uint",
|
||||||
"min": 0,
|
"writable": true,
|
||||||
"max": 100,
|
"unit": "MilliAmpere"
|
||||||
"writable": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user