nymea/libnymea/interfaces/evcharger.json

13 lines
399 B
JSON

{
"description": "An EV-charger. Extends the power interface for charging/not charging an electric vehicle. Supports regulation of the max. charging current in addition to be powered on or off.",
"extends": "power",
"states": [
{
"name": "maxChargingCurrent",
"type": "double",
"writable": true,
"unit": "Ampere"
}
]
}