Add capacity state

pull/463/head
Michael Zanetti 2021-09-23 01:12:53 +02:00 committed by Simon Stürz
parent 500f6c6cef
commit d8acacf322
1 changed files with 5 additions and 0 deletions

View File

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