From 3a0d2904b90bf494790ee67a0f5be58c2d726a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 15 Apr 2025 15:45:58 +0200 Subject: [PATCH] no message --- Ladestation_v2/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ladestation_v2/module.php b/Ladestation_v2/module.php index f56d201..f37b032 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -296,7 +296,7 @@ class Ladestation_v2 extends IPSModule } - return $this->GetValue("Car_detected"); + return $car_on_station; } public function Calc_Max_Current(bool $is_1_ph)