mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
minor bug
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@6568 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
965a0c9b54
commit
0ca505d656
@ -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