mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
75_MSG: only replace newline for e-mails
git-svn-id: https://svn.fhem.de/fhem/trunk@13208 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
950a8b2806
commit
489091a0f3
@ -1806,10 +1806,15 @@ m/^(absent|disappeared|unauthorized|disconnected|unreachable)$/i
|
||||
|
||||
# correct message format
|
||||
#
|
||||
$loopMsg =~ s/\n/<br \/>/gi;
|
||||
|
||||
# Replace new line with HTML break
|
||||
# for e-mails
|
||||
$loopMsg =~ s/\n/<br \/>\n/gi
|
||||
if ( $type[$i] eq "mail" );
|
||||
|
||||
# Remove Sonos Speak commands
|
||||
$loopMsg =~ s/((|(\d+)| )\|\w+\|( |))/\n\n/gi
|
||||
if ( $type[$i] ne "audio" )
|
||||
; # Remove Sonos Speak commands
|
||||
if ( $type[$i] ne "audio" );
|
||||
|
||||
# use command from device, global or internal default
|
||||
my $defCmd = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user