Merge PR #454: Add an electricvehicle interface

pull/466/head
Jenkins nymea 2021-09-06 09:05:05 +02:00
commit bbdbd01613
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"description": "Interface for electric vehicles",
"extends": ["battery"],
"states": [
{
"name": "capacity",
"type": "double",
"unit": "KiloWattHour"
}
]
}

View File

@ -67,6 +67,7 @@
<file>extendedshutter.json</file>
<file>smartlock.json</file>
<file>system.json</file>
<file>electricvehicle.json</file>
<file>smartmeter.json</file>
<file>smartmeterconsumer.json</file>
<file>smartmeterproducer.json</file>