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/electricvehicle.json
2021-08-09 23:17:27 +02:00

12 lines
225 B
JSON

{
"description": "Interface for electric vehicles",
"extends": ["battery"],
"states": [
{
"name": "capacity",
"type": "double",
"unit": "KiloWattHour"
}
]
}