From 2601a4264336120b1810996ceff3aaa11866f115 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 2 Feb 2023 22:58:40 +0100 Subject: [PATCH] fix: : Undefined subroutine &FHEM::Core::Weather::DeleteForecastreadings [Ticket: #46] --- controls_Weather.txt | 10 +++++----- lib/FHEM/Core/Weather.pm | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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; -- 2.45.2