From 334367443cbf09be9bf604f6f5872045bd1d75f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Fri, 2 May 2025 08:11:41 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index 19b7181..733be98 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -163,6 +163,7 @@ class Ladestation_v2 extends IPSModule }else{ $this->SetValue("Car_detected", false); + $this->SetValue("Leistung_Delta", 0); $this->SetValue("Car_is_full", false); $this->SetValue("IsTimerActive", false); $this->SetValue("Is_1_ph", false);