mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
minor bug
git-svn-id: https://svn.fhem.de/fhem/trunk@6568 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
90c5aed7ab
commit
81ec865f98
@ -1208,6 +1208,7 @@ sub HMinfo_SetFn($@) {#########################################################
|
||||
$cmd = "?" if(!$cmd);# by default print options
|
||||
if ($cmd eq "clear" ) {##actionImmediate: clear parameter--------------
|
||||
my ($type) = @a;
|
||||
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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user