From 0e6a97ba2367ed23c2be571c754b3d8384ed8bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Tr=C3=B6ger?= Date: Tue, 16 Jan 2024 11:41:45 +0100 Subject: [PATCH] no message --- KLF200Gateway/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KLF200Gateway/module.php b/KLF200Gateway/module.php index a03cac2..4f92d2e 100644 --- a/KLF200Gateway/module.php +++ b/KLF200Gateway/module.php @@ -55,7 +55,7 @@ public function Create() $this->RegisterPropertyString(\KLF200\Gateway\Property::Password, ''); $this->RegisterPropertyBoolean(\KLF200\Gateway\Property::RebootOnShutdown, false); $this->RegisterAttributeBoolean(\KLF200\Gateway\Attribute::ClientSocketStateOnShutdown, false); - $this->RegisterTimer(\KLF200\Gateway\Timer::KeepAlive, 0, 'KLF200_ReadGatewayState($_IPS[\'TARGET\']);'); + $this->RegisterTimer(\KLF200\Gateway\Timer::KeepAlive, 0, 'KLF200_RequestGatewayVersion($_IPS[\'TARGET\']);'); $this->Host = ''; $this->ParentID = 0; $this->ReceiveBuffer = '';