2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@4703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hexenmeister 2014-01-20 23:40:02 +00:00
parent 7a13c84ec7
commit 4b58d49719

View File

@ -1060,6 +1060,7 @@ sub SYSMON_ShowValuesHTML ($;@)
# oben definierte Werte anzeigen
foreach (@dataDescription) {
my($rName, $rComment, $rPostfix) = split(/:/, $_);
if(defined $rName) {
if(!defined $rComment) {
$rComment = $cur_readings_map->{$rName};
}
@ -1073,6 +1074,7 @@ sub SYSMON_ShowValuesHTML ($;@)
$htmlcode .= "<tr><td valign='top'>".$rComment.":&nbsp;</td><td>".$rVal.$rPostfix."</td></tr>";
}
}
}
# nur Default (also alles anzeigen)
if(scalar(@data)<=0) {