2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +00:00

93_DbLog.pm: Bugfix for DbLogInclude and MinInterval

git-svn-id: https://svn.fhem.de/fhem/trunk@8779 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust 2015-06-19 16:43:37 +00:00
parent 5b144babc5
commit bb8aaf629f

View File

@ -580,7 +580,7 @@ sub DbLog_Log($$) {
if(($now-$lt < $v2[1]) && ($lv eq $value)) {
# innerhalb MinIntervall und LastValue=Value
$DoIt = 1;
$DoIt = 0;
}
}
}