mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
CUL_MAX: delay broadcasting of time after config has been parsed
git-svn-id: https://svn.fhem.de/fhem/trunk@2699 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
81c1b86b50
commit
a4f2809ce9
@ -75,7 +75,8 @@ CUL_MAX_Define($$)
|
||||
#This interface is shared with 00_MAXLAN.pm
|
||||
$hash->{Send} = \&CUL_MAX_Send;
|
||||
|
||||
CUL_MAX_BroadcastTime($hash);
|
||||
#Start broadcasting time after 30 seconds, so there is enough time to parse the config
|
||||
InternalTimer(gettimeofday()+30, "CUL_MAX_BroadcastTime", $hash, 0);
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user