55_GDS.pm: some more (minor) bugfixing

git-svn-id: https://svn.fhem.de/fhem/trunk@9796 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-11-06 15:36:24 +00:00
parent ab02209917
commit 1b42e27fb8

View File

@@ -1407,6 +1407,8 @@ sub _retrieveCAPDATA {
my ($countInfo,$cF) = _mergeCapFile($hash);
my ($aList,$cellData) = _buildCAPList($hash,$countInfo,$cF);
unlink $targetFile unless AttrVal($name,'gdsDebug',0);
return "$name;;;$datafile;;;$aList;;;$cF;;;$cellData";
}
sub _finishedCAPDATA {
@@ -1906,6 +1908,9 @@ sub getListForecastStations($) {
#
###################################################################################################
#
# 2015-11-06 fixed problems after global rereadcfg
# fixed delete CAP-zipfile unless gdsDebug set
#
# 2015-11-01 changed getListForecastStations: fixed inverted logging "data not found"
# changed GDS_GetUpdate, retrieveData, _finishedFORECAST, _abortedFORECAST:
# prevent multiple parallel processing