2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

73_PRESENCE2.pm: Version 01.03a

git-svn-id: https://svn.fhem.de/fhem/trunk@28742 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jowiemann 2024-04-03 12:55:25 +00:00
parent 0d03a72fb5
commit 3a8f036dc0

View File

@ -33,7 +33,7 @@ use Blocking;
use Time::HiRes qw(gettimeofday usleep sleep);
use DevIo;
my $ModulVersion = "01.03";
my $ModulVersion = "01.03a";
my %LOG_Text = (
0 => "SERVER:",
1 => "ERROR:",
@ -1183,6 +1183,7 @@ sub PRESENCE2_daemonScanScheduler($;$) {
, $nonBlockingTimeout
, "PRESENCE2_daemonAbortedScan"
, $hash);
$hash->{helper}{RUNNING_PID}->{loglevel} = GetVerbose($name);
}
}
}