2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-10 08:04:00 +00:00

75_MSG: typo

git-svn-id: https://svn.fhem.de/fhem/trunk@9771 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-11-04 09:06:59 +00:00
parent 85db41a0b0
commit 3049dca641

View File

@ -301,7 +301,7 @@ s/^[\s\t]*\|([\w\süöäß^°!"§$%&\/\\()<>=?´`"+\[\]#*@€]+)\|[\s\t]+//
}
# next type loop if device is an email address and this is not the mail type loop run
if ($deviceType eq "email" && ($type[$i] ne "mail" && $type[$i] ne "text") {
if ($deviceType eq "email" && $type[$i] ne "mail" && $type[$i] ne "text") {
Log3 $globalDevName, 5, "msg $device: Skipping loop for device type 'email' with unmatched message type '" . $type[$i] . "'";
next;
}