2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +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:
jowiemann 2024-03-05 17:55:39 +00:00
parent e4339664ef
commit 32b21b4ebd

View File

@ -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 "