This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-09 16:18:46 +02:00

18 lines
510 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"
},
{
"name": "pluggedIn",
"type": "bool",
"optional": true
}
]
}