2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

93_DbRep: improve get <> versionNotes 2

git-svn-id: https://svn.fhem.de/fhem/trunk@22287 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-06-27 11:31:45 +00:00
parent 094626c40e
commit 972979c277

View File

@ -2867,7 +2867,7 @@ sub averval_DoParse($) {
} elsif ($anz >= 4 && $t01 && $t07 && $t13 && $t19) { } elsif ($anz >= 4 && $t01 && $t07 && $t13 && $t19) {
$sum = ($t01+$t07+$t13+$t19)/4; $sum = ($t01+$t07+$t13+$t19)/4;
} else { } else {
$sum = "insufficient values"; $sum = qq{<html>insufficient values - execute <b>get $name versionNotes 2</b> for further information</html>};
} }
if(AttrVal($name, "aggregation", "") eq "hour") { if(AttrVal($name, "aggregation", "") eq "hour") {