10_CUL_HM: status for CFM
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6787 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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}{$_};
|
||||
|
||||
Reference in New Issue
Block a user