CUL_MAX: delay broadcasting of time after config has been parsed

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2699 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-12 04:21:22 +00:00
parent e7524cd0ac
commit ca1acf5267

View File

@@ -75,7 +75,8 @@ CUL_MAX_Define($$)
#This interface is shared with 00_MAXLAN.pm #This interface is shared with 00_MAXLAN.pm
$hash->{Send} = \&CUL_MAX_Send; $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; return undef;
} }