mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 23:06:05 +00:00
95_YAAHM.pm: Bugfix stateInterval default 60 min
git-svn-id: https://svn.fhem.de/fhem/trunk@16221 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
75d32d454d
commit
bcd4b1194d
@ -47,7 +47,7 @@ my $yaahmname;
|
||||
my $yaahmlinkname = "Profile"; # link text
|
||||
my $yaahmhiddenroom = "ProfileRoom"; # hidden room
|
||||
my $yaahmpublicroom = "Unsorted"; # public room
|
||||
my $yaahmversion = "1.48";
|
||||
my $yaahmversion = "1.49";
|
||||
my $firstcall = 1;
|
||||
|
||||
my %yaahm_transtable_EN = (
|
||||
@ -1417,7 +1417,7 @@ sub YAAHM_checkstate($) {
|
||||
|
||||
my $next;
|
||||
|
||||
$next = gettimeofday()+AttrVal($name,"stateInterval",1)*60;
|
||||
$next = gettimeofday()+AttrVal($name,"stateInterval",60)*60;
|
||||
|
||||
YAAHM_RemoveInternalTimer("check",$hash);
|
||||
YAAHM_InternalTimer("check",$next, "YAAHM_checkstate", $hash, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user