- 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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user