dev #13

Merged
marko merged 2 commits from dev into testing 2022-12-30 11:15:25 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
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: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 {
return 0 unless ( __PACKAGE__ eq caller(0) );
my ( $self, $response ) = @_;
my $self = shift;
my $response = shift;
if ( $self->{cached}{status} eq 'ok'
and defined($response)