2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

10_CUL_HM: status for CFM

git-svn-id: https://svn.fhem.de/fhem/trunk@6787 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-10-18 17:48:47 +00:00
parent 4c13353848
commit cf8508e939
2 changed files with 3 additions and 2 deletions

View File

@ -1926,7 +1926,8 @@ sub CUL_HM_Parse($$) {#########################################################
}
}
}
elsif ($md eq "HM-OU-CFM-PL"){
# elsif ($md eq "HM-OU-CFM-PL"){
else{
if ($chnHash){
$shash = $chnHash;
my $val = hex($mI[2])/2;

View File

@ -1211,7 +1211,7 @@ sub HMinfo_SetFn($@) {#########################################################
return "please enter what to clear" if (! $type);
if ($type eq "msgStat" || $type eq "all" ){
foreach (keys %{$modules{CUL_HM}{stat}{r}}){
next if ($_ ne "dummy");
next if ($_ eq "dummy");
delete $modules{CUL_HM}{stat}{$_};
delete $modules{CUL_HM}{stat}{r}{$_};
delete $modules{CUL_HM}{stat}{s}{$_};