From 32f63fdc82229ce3afa2e1e930a46a9db071bdcb Mon Sep 17 00:00:00 2001 From: Byte009 <34764406+Byte009@users.noreply.github.com> Date: Mon, 27 May 2019 05:51:09 +0200 Subject: [PATCH] Add files via upload --- FHEM/98_Siro.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/98_Siro.pm b/FHEM/98_Siro.pm index f934a0f..02d25d9 100644 --- a/FHEM/98_Siro.pm +++ b/FHEM/98_Siro.pm @@ -18,7 +18,6 @@ sub Siro_Initialize($) { my ($hash) = @_; $hash->{SetFn} = "FHEM::Siro::Set"; - $hash->{MODEL} = "LE-serie"; $hash->{NotifyFn} = "FHEM::Siro::Notify"; $hash->{ShutdownFn} = "FHEM::Siro::Shutdown"; $hash->{FW_deviceOverview} = 1; @@ -212,6 +211,7 @@ sub Define($$) { my $devpointer = $hash->{ID} . $hash->{CHANNEL}; $hash->{CODE}{ $ncode++ } = $code; + $hash->{MODEL} = "LE-serie"; $modules{Siro}{defptr}{$devpointer} = $hash; AssignIoPort($hash);