From 727bbdf8a2b2af300f049f30630e0643021afda0 Mon Sep 17 00:00:00 2001 From: martinp876 <> Date: Sat, 22 Aug 2020 14:32:47 +0000 Subject: [PATCH] HMInfo: support command eval for tempListTmpl git-svn-id: https://svn.fhem.de/fhem/trunk@22646 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/98_HMinfo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/98_HMinfo.pm b/fhem/FHEM/98_HMinfo.pm index 0255cd2ea..d22f093e4 100644 --- a/fhem/FHEM/98_HMinfo.pm +++ b/fhem/FHEM/98_HMinfo.pm @@ -971,10 +971,10 @@ sub HMinfo_listOfTempTemplates() { ############################################ @tmpl = map{s/$dir//;$_} @tmpl;# then only the default dir -if avaialble $defs{$n}{helper}{weekplanList} = \@tmpl; - if ($modules{CUL_HM}{AttrList}){ my $lst = "none,defaultWeekplan,".join(",",@tmpl); $modules{CUL_HM}{AttrList} =~ s/ tempListTmpl(.*? )/ tempListTmpl:$lst /; + $modules{CUL_HM}{tempListTmplLst} = $lst; } return ; }