From 4ac016396adf9d946d0adeaf220b8f2e5ce48fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Fri, 22 Oct 2021 12:20:56 +0200 Subject: [PATCH] Add phase count state to the evcharger interface --- libnymea/interfaces/evcharger.json | 7 +++++++ 1 file changed, 7 insertions(+) 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 } ] }