testing #29

Merged
marko merged 73 commits from testing into main 2023-01-07 12:49:01 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 2fcea198dd - Show all commits

View File

@ -1,4 +1,4 @@
UPD 2022-12-28_09:21:01 54815 FHEM/59_Weather.pm UPD 2022-12-28_09:21:01 54815 FHEM/59_Weather.pm
UPD 2022-12-28_09:20:44 49883 lib/FHEM/APIs/Weather/DarkSkyAPI.pm UPD 2022-12-28_09:20:44 49883 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2022-12-28_09:20:52 32101 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm UPD 2022-12-28_09:20:52 32101 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2022-12-30_12:10:48 36045 lib/FHEM/APIs/Weather/wundergroundAPI.pm UPD 2022-12-30_12:14:13 36063 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@ -366,7 +366,8 @@ sub _RetrieveDataFinished {
sub _ProcessingRetrieveData { sub _ProcessingRetrieveData {
return 0 unless ( __PACKAGE__ eq caller(0) ); return 0 unless ( __PACKAGE__ eq caller(0) );
my ( $self, $response ) = @_; my $self = shift;
my $response = shift;
if ( $self->{cached}{status} eq 'ok' if ( $self->{cached}{status} eq 'ok'
and defined($response) and defined($response)