98_Twilight: fix for issue #55583 (fhem forum)

git-svn-id: https://svn.fhem.de/fhem/trunk@11802 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63
2016-07-17 09:23:09 +00:00
parent 88f8c472b3
commit b1244f3dae

View File

@@ -120,6 +120,7 @@ sub Twilight_Define($$)
$hash->{WEATHER} = $weather;
$hash->{VERSUCHE} = 0;
$hash->{DEFINE} = 1;
$hash->{CONDITION} = 50;
$hash->{SUNPOS_OFFSET} = 5*60;
$attr{$name}{verbose} = 4 if ($name =~ /^tst.*$/ );