mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
99_SUNRISE_EL.pm: bugfix of the bugfix (Forum #114271)
git-svn-id: https://svn.fhem.de/fhem/trunk@22789 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
421e64c983
commit
00d9e1eed4
@ -76,8 +76,8 @@ sr_alt($$$$$$$$$;$$)
|
||||
} elsif($altit =~ /HORIZON=([\-\+]*[0-9\.]+)/i) {
|
||||
$altit=$1;
|
||||
} else {
|
||||
$altit=-6; #default
|
||||
unshift @_, $altit # make altit optional.
|
||||
unshift @_, $altit; # make altit optional.
|
||||
$altit=-6; # default
|
||||
}
|
||||
|
||||
my $seconds = shift;
|
||||
|
Loading…
x
Reference in New Issue
Block a user