From 9eb654dcad6c6d2f1bb22d66ddebe77d36826b8f Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Wed, 11 Dec 2019 13:20:28 +0000 Subject: [PATCH] 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 --- fhem/FHEM/33_readingsGroup.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/33_readingsGroup.pm b/fhem/FHEM/33_readingsGroup.pm index cbff7f4b7..5ebeb9ad6 100644 --- a/fhem/FHEM/33_readingsGroup.pm +++ b/fhem/FHEM/33_readingsGroup.pm @@ -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);