Add a solar inverter interface

This commit is contained in:
Michael Zanetti 2021-08-09 14:36:47 +02:00
parent 67b097f2fe
commit 34f73f7998
2 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<file>smartmeterconsumer.json</file>
<file>smartmeterproducer.json</file>
<file>energymeter.json</file>
<file>solarinverter.json</file>
<file>accesscontrol.json</file>
<file>fingerprintreader.json</file>
<file>useraccesscontrol.json</file>

View File

@ -0,0 +1,4 @@
{
"description": "Interface for solar inverters",
"extends": "smartmeterproducer"
}