93_DbLog.pm: Bugfix for DbLogInclude and MinInterval

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8779 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tobiasfaust
2015-06-19 16:43:37 +00:00
parent 9c48e7ffcf
commit 6f70662492

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;
}
}
}