From 7941ba5c9b96f3bb6ecb53b45e111b7277778319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=BCller?= Date: Fri, 28 Feb 2025 10:57:04 +0100 Subject: [PATCH] Update const.py fix again #241 since previous PR owner is not responding --- custom_components/victron/const.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/victron/const.py b/custom_components/victron/const.py index e6c3ea3..564a8f2 100644 --- a/custom_components/victron/const.py +++ b/custom_components/victron/const.py @@ -1860,9 +1860,9 @@ class generator_error(Enum): class evcharger_mode(Enum): """EV charger mode.""" - AC_INPUT_1 = 0 - AC_OUTPUT = 1 - AC_INPUT_2 = 2 + MANUAL = 0 + AUTO = 1 + SCHEDULED = 2 class evcharger_status(Enum):