From 8d50955bcc38a099f0492698d7e76a02a0e7a55d Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 27 Jun 2022 12:37:44 +0200 Subject: [PATCH] Add phaseCount state to electricvehicle interface --- libnymea/interfaces/electricvehicle.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libnymea/interfaces/electricvehicle.json b/libnymea/interfaces/electricvehicle.json index 114a8281..c700afc7 100644 --- a/libnymea/interfaces/electricvehicle.json +++ b/libnymea/interfaces/electricvehicle.json @@ -14,6 +14,13 @@ "minValue": 6, "maxValue": 16, "optional": true + }, + { + "name": "phaseCount", + "type": "uint", + "minValue": 1, + "maxValue": 3, + "optional": true } ] }