From 0e4226b568c347dda08f23a01c51ce5c3987a6f4 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 23 Feb 2023 13:31:23 +0100 Subject: [PATCH] Add desiredPhaseCount state to evcharger interface --- libnymea/interfaces/evcharger.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libnymea/interfaces/evcharger.json b/libnymea/interfaces/evcharger.json index 2822ad7e..680f166b 100644 --- a/libnymea/interfaces/evcharger.json +++ b/libnymea/interfaces/evcharger.json @@ -28,6 +28,15 @@ "maxValue": 3, "optional": true }, + { + "name": "desiredPhaseCount", + "type": "uint", + "minValue": 1, + "maxValue": 3, + "possibleValues": "any", + "writable": true, + "optional": true + }, { "name": "sessionEnergy", "type": "double",