2
0
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:
arnoaugustin 2012-09-17 13:11:31 +00:00
parent d32fef43a3
commit 0b0e0e624e

View File

@ -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 {