mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
33_readingsGroup.pm: fix for embedded time widget in FW_addToWritebuffer case
git-svn-id: https://svn.fhem.de/fhem/trunk@20711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3c9e7593e6
commit
9eb654dcad
@ -1233,7 +1233,7 @@ readingsGroup_Update($$$)
|
||||
$ntfy->{inform}{type} ne "status");
|
||||
next if( !$ntfy->{inform}{devices}{$name} );
|
||||
if(!FW_addToWritebuffer($ntfy,
|
||||
FW_longpollInfo($ntfy->{inform}{fmt}, "$name-$item", "", $value ) ."\n" )) {
|
||||
FW_longpollInfo($ntfy->{inform}{fmt}, "$name-$item", $value, $value ) ."\n" )) {
|
||||
my $name = $ntfy->{NAME};
|
||||
Log3 $name, 4, "Closing connection $name due to full buffer in FW_Notify";
|
||||
TcpServer_Close($ntfy, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user