09_CUL_FHTTK.pm:
- minor fix -> Redundant argument in sprintf git-svn-id: https://svn.fhem.de/fhem/trunk@15426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -270,7 +270,7 @@ CUL_FHTTK_Parse($$)
|
||||
if($defs{$name}{PREV}{TIMESTAMP} > time()-5) {
|
||||
if(defined($defs{$name}{PREV}{STATE})) {
|
||||
if($defs{$name}{PREV}{STATE} eq $state) {
|
||||
Log3 $name, 4, sprintf("FHTTK skipping state $state as last similar telegram was received less than 5 (%s) secs ago", $defs{$name}{PREV}{STATE}, time()-$defs{$name}{PREV}{TIMESTAMP});
|
||||
Log3 $name, 4, sprintf("FHTTK skipping state $state as last similar telegram was received less than 5 (%s) secs ago", time()-$defs{$name}{PREV}{TIMESTAMP});
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user