13 lines
350 B
JSON
13 lines
350 B
JSON
{
|
|
"description": "An extended version of the EV-charger interface. Supports regulation of percentage in addition ot be powered on or off.",
|
|
"extends": "evcharger",
|
|
"states": [
|
|
{
|
|
"name": "maxChargingCurrent",
|
|
"type": "uint",
|
|
"writable": true,
|
|
"unit": "MilliAmpere"
|
|
}
|
|
]
|
|
}
|