From be1eeed82a6e8ea5959933c4c60778fa6f795c69 Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Thu, 5 Nov 2020 21:27:38 +0000 Subject: [PATCH] 76_SMAPortal: contrib 3.6.3 git-svn-id: https://svn.fhem.de/fhem/trunk@23101 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SMAPortal.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SMAPortal.pm b/fhem/contrib/DS_Starter/76_SMAPortal.pm index 5be13bb9a..3a4888d80 100644 --- a/fhem/contrib/DS_Starter/76_SMAPortal.pm +++ b/fhem/contrib/DS_Starter/76_SMAPortal.pm @@ -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;