2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

10_CUL_HM.pm: interims bugfix version #79858 #80052

git-svn-id: https://svn.fhem.de/fhem/trunk@15493 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-11-24 10:45:10 +00:00
parent 2fdf954d26
commit 14e25f8fe0

View File

@ -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;