2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-19 12:46:03 +00:00

Fix of the fix...

git-svn-id: https://svn.fhem.de/fhem/trunk@736 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2010-10-24 18:55:33 +00:00
parent 72c3f18ae0
commit 7cb932b0ce

View File

@ -585,8 +585,9 @@ doSoftBuffer($)
$arg =~ s/,(....),/$1:/; $arg =~ s/,(....),/$1:/;
$arg = uc($arg); $arg = uc($arg);
if($cul =~ m/$arg/) { if($cul =~ m/$arg/) {
Log GetLogLevel($name,3), Log GetLogLevel($name,3), "fhtsoftbuffer: $name set $h->{CMD} ".
"$name set $h->{CMD}: still in the culfw buffer, wont send"; "is still in the culfw buffer, wont send it again";
$h->{SENDTIME} = $now;
next; next;
} }
} }