Add files via upload

This commit is contained in:
Byte009 2019-05-27 05:51:09 +02:00 committed by GitHub
parent 0f3bcc3219
commit 32f63fdc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);