From 31c7914709f0340784febf342e2b2ef2fd80fec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Wed, 6 Aug 2025 10:00:45 +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 1472590..08bf5a9 100644 --- a/Ladestation_v2/module.php +++ b/Ladestation_v2/module.php @@ -53,6 +53,7 @@ class Ladestation_v2 extends IPSModule $this->RegisterTimer("Null_Timer",0,"IPS_RequestAction(" .$this->InstanceID .', "ResetNullTimer", "");'); $this->RegisterVariableString("Letzer_User", "Letzter registrierter Benutzer"); + IPS_SetHidden($this->GetIDForIdent("Letzer_User"), true);