CUL_HM: deviceRename added. msgstat improvement

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9300 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-09-25 10:58:46 +00:00
parent dc7ccf959a
commit 27e4e6d389

View File

@@ -926,8 +926,8 @@ sub HMinfo_getMsgStat() { #####################################################
$ds = sprintf("\n %-14s:","send day");
$hr .= sprintf("| %02d",$_) foreach (0..23);
$hs .= sprintf("| %02d",$_) foreach (0..23);
$dr .= sprintf("|%4s",$_) foreach ("Mon","Tue","Wed","Thu","Fri","Sat","Sun","# tdy");
$ds .= sprintf("|%4s",$_) foreach ("Mon","Tue","Wed","Thu","Fri","Sat","Sun","# tdy");
$dr .= sprintf("|%4s",$_) foreach ("Mon","Tue","Wed","Thu","Fri","Sat","Sun","# 24h");
$ds .= sprintf("|%4s",$_) foreach ("Mon","Tue","Wed","Thu","Fri","Sat","Sun","# 24h");
foreach my $ioD(keys %{$modules{CUL_HM}{stat}{r}}){
next if ($ioD eq "dummy");
$hr .= sprintf("\n %-10s:",$ioD);