mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@15493 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2fdf954d26
commit
14e25f8fe0
@ -7832,7 +7832,7 @@ sub CUL_HM_chgExpLvl($){# update visibility and set internal values for expert
|
||||
sub CUL_HM_setTmplDisp($){ # remove register if outdated
|
||||
my $tHash = shift;
|
||||
delete $tHash->{READINGS}{$_} foreach (grep /^tmpl_/ ,keys %{$tHash->{READINGS}});
|
||||
if ($tHash->{helper}{expert}{tpl} && defined %HMConfig::culHmTpl){
|
||||
if ($tHash->{helper}{expert}{tpl} && (%HMConfig::culHmTpl)){
|
||||
foreach (keys %{$tHash->{helper}{tmpl}}){
|
||||
my ($p,$t) = split(">",$_);
|
||||
my @param;
|
||||
|
Loading…
x
Reference in New Issue
Block a user