diff --git a/fhem/FHEM/75_MSG.pm b/fhem/FHEM/75_MSG.pm index a9f12fb90..9d40beca2 100755 --- a/fhem/FHEM/75_MSG.pm +++ b/fhem/FHEM/75_MSG.pm @@ -1811,15 +1811,15 @@ m/^(absent|disappeared|unauthorized|disconnected|unreachable)$/i # correct message format # + # Remove Sonos Speak commands + $loopMsg =~ s/(\s*\|\w+\|\s*)/\\n\\n/gi + if ( $type[$i] ne "audio" ); + # Replace new line with HTML break # for e-mails $loopMsg =~ s/\n/
\n/gi if ( $type[$i] eq "mail" ); - # Remove Sonos Speak commands - $loopMsg =~ s/((|(\d+)| )\|\w+\|( |))/\n\n/gi - if ( $type[$i] ne "audio" ); - # use command from device, global or internal default my $defCmd = ""; $defCmd =