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