mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
90_at moduls splits on spaces. Allow only Horizon=<number> for
functions git-svn-id: https://svn.fhem.de/fhem/trunk@1858 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d32fef43a3
commit
0b0e0e624e
@ -61,7 +61,7 @@ sr_alt($$$$$$$)
|
||||
if(exists $alti{uc($altit)}) {
|
||||
$altit=$alti{uc($altit)};
|
||||
shift;
|
||||
} elsif($altit =~ /HORIZON.*?([\-\+]*[0-9\.]+)/i) {
|
||||
} elsif($altit =~ /HORIZON=([\-\+]*[0-9\.]+)/i) {
|
||||
$altit=$1;
|
||||
shift;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user