- twilights are now first computed after 30 seconds after definition

git-svn-id: https://svn.fhem.de/fhem/trunk@4302 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2013-11-30 19:37:54 +00:00
parent ac2fa43157
commit a663606d33

View File

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