mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +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
@ -436,6 +436,7 @@ sub Set {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if($hset{$opt} && defined &{$hset{$opt}{fn}}) {
|
if($hset{$opt} && defined &{$hset{$opt}{fn}}) {
|
||||||
|
Log3($name, 1, "$name - SETLIST: $setlist");
|
||||||
my $ret = q{};
|
my $ret = q{};
|
||||||
$ret = &{$hset{$opt}{fn}} ($params);
|
$ret = &{$hset{$opt}{fn}} ($params);
|
||||||
return $ret;
|
return $ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user