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:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user