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
2019-04-08 13:55:15 +02:00

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"
}
]
}