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