2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-09 20:57:11 +00:00

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 c8c8798b8a
commit c45fcf8c7e

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.*$/ );