diff --git a/controls_Weather.txt b/controls_Weather.txt index 88ff76a..44b9f32 100644 --- a/controls_Weather.txt +++ b/controls_Weather.txt @@ -1,5 +1,5 @@ -UPD 2023-01-10_21:41:34 25809 FHEM/59_Weather.pm -UPD 2023-01-10_21:20:58 33948 lib/FHEM/Core/Weather.pm -UPD 2023-01-10_21:25:52 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm -UPD 2023-01-10_21:25:49 33422 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm -UPD 2023-01-10_21:25:53 36101 lib/FHEM/APIs/Weather/wundergroundAPI.pm +UPD 2023-01-29_16:14:48 25809 FHEM/59_Weather.pm +UPD 2023-02-02_22:56:41 33947 lib/FHEM/Core/Weather.pm +UPD 2023-01-29_16:14:48 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm +UPD 2023-01-29_16:14:48 33422 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm +UPD 2023-01-29_16:14:48 36101 lib/FHEM/APIs/Weather/wundergroundAPI.pm diff --git a/lib/FHEM/Core/Weather.pm b/lib/FHEM/Core/Weather.pm index b65d22e..d481929 100644 --- a/lib/FHEM/Core/Weather.pm +++ b/lib/FHEM/Core/Weather.pm @@ -317,7 +317,7 @@ sub _ReturnWithError { return; } -sub _DeleteForecastreadings { +sub DeleteForecastreadings { return 0 unless ( __PACKAGE__ eq caller(0) ); my $hash = shift;