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 } ] }