Add capacity state

This commit is contained in:
Michael Zanetti 2021-09-23 01:12:53 +02:00 committed by Simon Stürz
parent 500f6c6cef
commit d8acacf322

View File

@ -7,6 +7,11 @@
"type": "double",
"unit": "Watt",
"logged": true
},
{
"name": "capacity",
"type": "double",
"unit": "WattHour"
}
]
}