From b5dc78d9d3f294bbbd6f720c30fbe27f0bfa6843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 22 Oct 2021 14:06:17 +0200 Subject: [PATCH] Add session energy as optional sate for ev charger --- libnymea/interfaces/evcharger.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libnymea/interfaces/evcharger.json b/libnymea/interfaces/evcharger.json index c679fb02..a37db620 100644 --- a/libnymea/interfaces/evcharger.json +++ b/libnymea/interfaces/evcharger.json @@ -25,6 +25,13 @@ "minValue": 1, "maxValue": 3, "optional": true + }, + { + "name": "sessionEnergy", + "type": "double", + "logged": true, + "unit": "KiloWattHour", + "optional": true } ] }