mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
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:
parent
a12349e5ce
commit
c7ff52be42
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user