nymea/libnymea/interfaces/smartmeterconsumer.json

11 lines
239 B
JSON

{
"description": "A smartmeterproducer can monitor total energy consumed by this thing.",
"extends": "smartmeter",
"states": [
{
"name": "totalEnergyConsumed",
"type": "double"
}
]
}