nymea/libnymea/interfaces/smartmeterproducer.json

11 lines
239 B
JSON

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