12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"description": "Interface for electric vehicles",
|
|
"extends": ["battery"],
|
|
"states": [
|
|
{
|
|
"name": "capacity",
|
|
"type": "double",
|
|
"unit": "KiloWattHour"
|
|
}
|
|
]
|
|
}
|