2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

33_readingsGroup.pm: small cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@23844 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2021-02-27 19:43:24 +00:00
parent 5f97868680
commit f41c89faf6

View File

@ -1231,7 +1231,6 @@ readingsGroup_Update($$$)
!$ntfy->{inform} ||
!$ntfy->{inform}{devices}{$name} ||
$ntfy->{inform}{type} ne "status");
next if( !$ntfy->{inform}{devices}{$name} );
if(!FW_addToWritebuffer($ntfy,
FW_longpollInfo($ntfy->{inform}{fmt}, "$name-$item", $value, $value ) ."\n" )) {
my $name = $ntfy->{NAME};