testing #29
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user