2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 09:49:50 +00:00

98_HMinfo: tempList

git-svn-id: https://svn.fhem.de/fhem/trunk@7048 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-11-23 10:49:21 +00:00
parent f0bac012cb
commit 517019d365

View File

@ -683,7 +683,7 @@ sub HMinfo_tempListTmpl(@) { ##################################################
my $tmplDev;
$tmplDev = $tmpl ? $tmpl
: AttrVal($name,"tempListTmpl",
AttrVal($hiN,"configDir",".")."/tempList.cfg:$name");
($fName?$fName:AttrVal($hiN,"configDir",".")."/tempList.cfg").":$name");
my $r = CUL_HM_tempListTmpl($name,$action,$tmplDev);
push @rs, ($r ? "fail : $tmplDev for $name: $r"
: "passed: $tmplDev for $name")