mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +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:
parent
4c13353848
commit
cf8508e939
@ -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){
|
if ($chnHash){
|
||||||
$shash = $chnHash;
|
$shash = $chnHash;
|
||||||
my $val = hex($mI[2])/2;
|
my $val = hex($mI[2])/2;
|
||||||
|
@ -1211,7 +1211,7 @@ sub HMinfo_SetFn($@) {#########################################################
|
|||||||
return "please enter what to clear" if (! $type);
|
return "please enter what to clear" if (! $type);
|
||||||
if ($type eq "msgStat" || $type eq "all" ){
|
if ($type eq "msgStat" || $type eq "all" ){
|
||||||
foreach (keys %{$modules{CUL_HM}{stat}{r}}){
|
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}{$_};
|
||||||
delete $modules{CUL_HM}{stat}{r}{$_};
|
delete $modules{CUL_HM}{stat}{r}{$_};
|
||||||
delete $modules{CUL_HM}{stat}{s}{$_};
|
delete $modules{CUL_HM}{stat}{s}{$_};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user