From a61ca6cff4ce233ec361b8705b20fe8e2108bc3f Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 22 Jan 2026 14:50:51 +0100 Subject: [PATCH] no message --- Bat_EV_SDL/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bat_EV_SDL/module.php b/Bat_EV_SDL/module.php index 2f624f9..88ff178 100644 --- a/Bat_EV_SDL/module.php +++ b/Bat_EV_SDL/module.php @@ -25,8 +25,8 @@ class Bat_EV_SDL extends IPSModule $this->RegisterVariableFloat("SoC_SDL", "SoC SDL (%)", "", 12); $this->RegisterVariableFloat("SoC_EV", "SoC EV (%)", "", 13); - $this->RegisterVariableFloat("P_SDL_max", "P SDL max (W)", "", 20); - $this->RegisterVariableFloat("P_EV_max", "P EV max (W)", "", 21); + $this->RegisterVariableFloat("SDL_max", "P SDL max (W)", "", 20); + $this->RegisterVariableFloat("EV_max", "P EV max (W)", "", 21); $this->RegisterVariableFloat("P_EV_laden", "P EV laden max (W)", "", 22); $this->RegisterVariableFloat("P_EV_entladen", "P EV entladen max (W)", "", 23);