Fix of the fix...
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@736 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -585,8 +585,9 @@ doSoftBuffer($)
|
||||
$arg =~ s/,(....),/$1:/;
|
||||
$arg = uc($arg);
|
||||
if($cul =~ m/$arg/) {
|
||||
Log GetLogLevel($name,3),
|
||||
"$name set $h->{CMD}: still in the culfw buffer, wont send";
|
||||
Log GetLogLevel($name,3), "fhtsoftbuffer: $name set $h->{CMD} ".
|
||||
"is still in the culfw buffer, wont send it again";
|
||||
$h->{SENDTIME} = $now;
|
||||
next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user