diff --git a/libnymea/interfaces/evcharger.json b/libnymea/interfaces/evcharger.json index 126a14f4..c679fb02 100644 --- a/libnymea/interfaces/evcharger.json +++ b/libnymea/interfaces/evcharger.json @@ -18,6 +18,13 @@ "type": "bool", "logged": true, "optional": true + }, + { + "name": "phaseCount", + "type": "uint", + "minValue": 1, + "maxValue": 3, + "optional": true } ] }