1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

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:
nasseeder1 2020-11-05 21:27:38 +00:00
parent 941551aac9
commit be1eeed82a

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;