76_SMAPortal: contrib 3.6.3

git-svn-id: https://svn.fhem.de/fhem/trunk@23101 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2020-11-05 21:27:38 +00:00
parent 0a9cd0ad7e
commit 9dfdf00e83

View File

@@ -412,7 +412,7 @@ sub Set {
}
$lfd++;
}
}
}
}
if(@ads) {
@@ -436,6 +436,7 @@ sub Set {
};
if($hset{$opt} && defined &{$hset{$opt}{fn}}) {
Log3($name, 1, "$name - SETLIST: $setlist");
my $ret = q{};
$ret = &{$hset{$opt}{fn}} ($params);
return $ret;