2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-28 02:44:53 +00:00

93_DbRep: contrib v 8.46.0

git-svn-id: https://svn.fhem.de/fhem/trunk@25311 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2021-12-06 23:11:37 +00:00
parent 06184d91ba
commit 304cd09ab5

View File

@ -9025,8 +9025,6 @@ sub DbRep_reduceLog {
($ph->{average} && $ph->{average} eq "day") ? 'AVERAGE=DAY' :
q{};
Log3 ($name, 2, "DbRep $name - DbRep_reduceLog Arraystr - $avgstring");
# Korrektur des Select-Zeitraums + eine Stunde
# (Forum: https://forum.fhem.de/index.php/topic,53584.msg1177799.html#msg1177799)
my ($yyyy, $mm, $dd, $hh, $min, $sec) = $ots =~ /(\d+)-(\d+)-(\d+)\s(\d+):(\d+):(\d+)/x;