diff --git a/libnymea/interfaces/evcharger.json b/libnymea/interfaces/evcharger.json index cd1672ee..97687560 100644 --- a/libnymea/interfaces/evcharger.json +++ b/libnymea/interfaces/evcharger.json @@ -4,7 +4,7 @@ "states": [ { "name": "maxChargingCurrent", - "type": "double", + "type": "uint", "writable": true, "unit": "Ampere" }, @@ -18,6 +18,20 @@ "type": "bool", "logged": true, "optional": true + }, + { + "name": "phaseCount", + "type": "uint", + "minValue": 1, + "maxValue": 3, + "optional": true + }, + { + "name": "sessionEnergy", + "type": "double", + "logged": true, + "unit": "KiloWattHour", + "optional": true } ] }