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)