mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-03 13:45:36 +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:
parent
f0bac012cb
commit
517019d365
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user