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:
parent
941551aac9
commit
be1eeed82a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user