mirror of https://github.com/nymea/nymea.git
initial take on adding a smartmeter interface
parent
4c8ee8657e
commit
6b636fb82e
|
|
@ -42,6 +42,7 @@
|
|||
<file>extendedshutter.json</file>
|
||||
<file>smartlock.json</file>
|
||||
<file>system.json</file>
|
||||
<file>smartmeter.json</file>
|
||||
</qresource>
|
||||
<qresource prefix="/"/>
|
||||
</RCC>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"states": [
|
||||
{
|
||||
"name": "totalEnergy",
|
||||
"type": "double"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue