- twilights are now first computed after 30 seconds after definition

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4302 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2013-11-30 19:37:54 +00:00
parent 51c294248a
commit 0656c682c0

View File

@@ -144,7 +144,7 @@ sub Twilight_Define($$)
$hash->{LATITUDE} = $latitude;
$hash->{LONGITUDE} = $longitude;
$hash->{WEATHER} = $weather;
$hash->{SUNPOS_OFFSET} = 1;
$hash->{SUNPOS_OFFSET} = 30;
Twilight_sunposTimerSet($hash);
RemoveInternalTimer($hash);