mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +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:
parent
0d03a72fb5
commit
3a8f036dc0
@ -33,7 +33,7 @@ use Blocking;
|
|||||||
use Time::HiRes qw(gettimeofday usleep sleep);
|
use Time::HiRes qw(gettimeofday usleep sleep);
|
||||||
use DevIo;
|
use DevIo;
|
||||||
|
|
||||||
my $ModulVersion = "01.03";
|
my $ModulVersion = "01.03a";
|
||||||
my %LOG_Text = (
|
my %LOG_Text = (
|
||||||
0 => "SERVER:",
|
0 => "SERVER:",
|
||||||
1 => "ERROR:",
|
1 => "ERROR:",
|
||||||
@ -1183,6 +1183,7 @@ sub PRESENCE2_daemonScanScheduler($;$) {
|
|||||||
, $nonBlockingTimeout
|
, $nonBlockingTimeout
|
||||||
, "PRESENCE2_daemonAbortedScan"
|
, "PRESENCE2_daemonAbortedScan"
|
||||||
, $hash);
|
, $hash);
|
||||||
|
$hash->{helper}{RUNNING_PID}->{loglevel} = GetVerbose($name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user