98_HMinfo: tempList

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7048 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-11-23 10:49:21 +00:00
parent 0edd6e0e2e
commit 0edaa53f6e

View File

@@ -683,7 +683,7 @@ sub HMinfo_tempListTmpl(@) { ##################################################
my $tmplDev; my $tmplDev;
$tmplDev = $tmpl ? $tmpl $tmplDev = $tmpl ? $tmpl
: AttrVal($name,"tempListTmpl", : 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); my $r = CUL_HM_tempListTmpl($name,$action,$tmplDev);
push @rs, ($r ? "fail : $tmplDev for $name: $r" push @rs, ($r ? "fail : $tmplDev for $name: $r"
: "passed: $tmplDev for $name") : "passed: $tmplDev for $name")