2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 14:29:35 +00:00

77_SMAEM: contrib 4.0.0

git-svn-id: https://svn.fhem.de/fhem/trunk@20760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-12-15 20:48:52 +00:00
parent 25a1a120dc
commit 22878b1ce1

View File

@ -414,6 +414,7 @@ sub SMAEM_Read ($) {
SMAEM_DoParse ("$name|$dataenc|$smaserial|$dl");
} else {
$hash->{HELPER}{RUNNING_PID} = BlockingCall("SMAEM_DoParse", "$name|$dataenc|$smaserial|$dl", "SMAEM_ParseDone", $timeout, "SMAEM_ParseAborted", $hash);
$hash->{HELPER}{RUNNING_PID}{loglevel} = 5 if($hash->{HELPER}{RUNNING_PID}); # Forum #77057
Log3 ($name, 4, "SMAEM $name - Blocking process with PID: $hash->{HELPER}{RUNNING_PID}{pid} started");
}