initial take on adding a smartmeter interface

pull/135/head
Michael Zanetti 2018-10-25 11:29:19 +02:00
parent 4c8ee8657e
commit 6b636fb82e
2 changed files with 10 additions and 0 deletions

View File

@ -42,6 +42,7 @@
<file>extendedshutter.json</file>
<file>smartlock.json</file>
<file>system.json</file>
<file>smartmeter.json</file>
</qresource>
<qresource prefix="/"/>
</RCC>

View File

@ -0,0 +1,9 @@
{
"states": [
{
"name": "totalEnergy",
"type": "double"
}
]
}