diff --git a/FHEM/01_FHEMWEB.pm b/FHEM/01_FHEMWEB.pm index c15b7ac0d..eeebce997 100644 --- a/FHEM/01_FHEMWEB.pm +++ b/FHEM/01_FHEMWEB.pm @@ -759,7 +759,7 @@ FW_AsyncOutput($$) Log3 $hash->{SNAME}, 4, "AsyncOutput from $hash->{NAME}"; $hash = $FW_id2inform{$fwid}; if($hash) { - FW_addToWritebuffer($hash, $data."\n"); + FW_addToWritebuffer($hash, $data."\n") if(defined($hash->{FD})); #120181 } else { $defs{$FW_wname}{asyncOutput}{$fwid} = $data; }