2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

55_DWD_OpenData: contrib Studie MOSMIX S

git-svn-id: https://svn.fhem.de/fhem/trunk@28530 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2024-02-18 11:57:40 +00:00
parent 934d9c5a49
commit 20c6c9a75f

View File

@ -1945,6 +1945,7 @@ sub getStationPos {
my $stname = $placemarkChildNode->textContent();
if ($stname eq $station) {
$pos = $n;
return $pos;
}
}
}