mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
73_PRESENCE.pm: Version 01.01a
git-svn-id: https://svn.fhem.de/fhem/trunk@28600 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
fbd3a95fff
commit
8bf4f86a8a
@ -33,7 +33,7 @@ use Blocking;
|
||||
use Time::HiRes qw(gettimeofday usleep sleep);
|
||||
use DevIo;
|
||||
|
||||
my $ModulVersion = "01.01";
|
||||
my $ModulVersion = "01.01a";
|
||||
my %LOG_Text = (
|
||||
0 => "SERVER:",
|
||||
1 => "ERROR:",
|
||||
@ -233,7 +233,7 @@ sub PRESENCE2_Initialize($) {
|
||||
$hash->{AttrList} = "disable:0,1 "
|
||||
. "thresholdAbsence "
|
||||
. "intervalNormal "
|
||||
# . "intervalPresent "
|
||||
. "intervalPresent "
|
||||
. "prGroup:multiple,static,dynamic "
|
||||
. "prGroupDisp:condense,verbose "
|
||||
. "FhemLog3Std:0,1 "
|
||||
|
Loading…
Reference in New Issue
Block a user