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:
@@ -580,7 +580,7 @@ sub DbLog_Log($$) {
|
||||
|
||||
if(($now-$lt < $v2[1]) && ($lv eq $value)) {
|
||||
# innerhalb MinIntervall und LastValue=Value
|
||||
$DoIt = 1;
|
||||
$DoIt = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user