From d8acacf32256db78e95722284e9b796c0a993c9d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 23 Sep 2021 01:12:53 +0200 Subject: [PATCH] Add capacity state --- libnymea/interfaces/energystorage.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libnymea/interfaces/energystorage.json b/libnymea/interfaces/energystorage.json index 866024d5..0bb56c01 100644 --- a/libnymea/interfaces/energystorage.json +++ b/libnymea/interfaces/energystorage.json @@ -7,6 +7,11 @@ "type": "double", "unit": "Watt", "logged": true + }, + { + "name": "capacity", + "type": "double", + "unit": "WattHour" } ] }