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.
powersync-core/libnymea/interfaces/extendedevcharger.json

13 lines
347 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": "double",
"writable": true,
"unit": "Ampere"
}
]
}