mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +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 Time::HiRes qw(gettimeofday usleep sleep);
|
||||||
use DevIo;
|
use DevIo;
|
||||||
|
|
||||||
my $ModulVersion = "01.01";
|
my $ModulVersion = "01.01a";
|
||||||
my %LOG_Text = (
|
my %LOG_Text = (
|
||||||
0 => "SERVER:",
|
0 => "SERVER:",
|
||||||
1 => "ERROR:",
|
1 => "ERROR:",
|
||||||
@ -233,7 +233,7 @@ sub PRESENCE2_Initialize($) {
|
|||||||
$hash->{AttrList} = "disable:0,1 "
|
$hash->{AttrList} = "disable:0,1 "
|
||||||
. "thresholdAbsence "
|
. "thresholdAbsence "
|
||||||
. "intervalNormal "
|
. "intervalNormal "
|
||||||
# . "intervalPresent "
|
. "intervalPresent "
|
||||||
. "prGroup:multiple,static,dynamic "
|
. "prGroup:multiple,static,dynamic "
|
||||||
. "prGroupDisp:condense,verbose "
|
. "prGroupDisp:condense,verbose "
|
||||||
. "FhemLog3Std:0,1 "
|
. "FhemLog3Std:0,1 "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user