From 3de715e3168021db5d6c20f2c2727b3034e01dea Mon Sep 17 00:00:00 2001 From: Byte009 <34764406+Byte009@users.noreply.github.com> Date: Mon, 27 May 2019 05:47:29 +0200 Subject: [PATCH] Add files via upload --- FHEM/98_Siro.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/98_Siro.pm b/FHEM/98_Siro.pm index a56dd37..f934a0f 100644 --- a/FHEM/98_Siro.pm +++ b/FHEM/98_Siro.pm @@ -18,6 +18,7 @@ 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;