From f7e8ae30e6404cb9ec2f6fc460d8e2e4a541e603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 5 Aug 2025 17:06:08 +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 7e77efc..c26c1b7 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -103,7 +103,7 @@ class Ladestation_v2 extends IPSModule if($this->ReadPropertyInteger("Ladestation")==6){ $this->Refresh_Token(); - $this->SetTimerInterval("Timer_Refresh_Token",1800); + $this->SetTimerInterval("Timer_Refresh_Token",1800000); }