From 952d013ceda102a71cafb146b4bdc11e33c72795 Mon Sep 17 00:00:00 2001 From: LeonGaultier Date: Tue, 4 Feb 2025 20:24:09 +0000 Subject: [PATCH] 59_Weather.pm: remove DarkSkyAPI and add fixes from stefanru git-svn-id: https://svn.fhem.de/fhem/trunk@29619 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/59_Weather.pm | 46 +- fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm | 816 ------------------ .../FHEM/APIs/Weather/OpenWeatherMapAPI.pm | 4 +- fhem/lib/FHEM/APIs/Weather/wundergroundAPI.pm | 33 +- fhem/lib/FHEM/Core/Weather.pm | 11 +- 6 files changed, 64 insertions(+), 847 deletions(-) delete mode 100644 fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm diff --git a/fhem/CHANGED b/fhem/CHANGED index c6206811f..2c83b302b 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it + - change: 59_Weather.pm: remove DarkSkyAPI and add fixes from stefanru - bugfix: 76_SolarForecast: minor fixes of Version 1.45.0 - feature: 76_SolarForecast: Version 1.45.0 rollout - bugfix: 76_SolarForecast: fix https://forum.fhem.de/index.php?msg=1332421 diff --git a/fhem/FHEM/59_Weather.pm b/fhem/FHEM/59_Weather.pm index a7af721d5..7ff2530d4 100755 --- a/fhem/FHEM/59_Weather.pm +++ b/fhem/FHEM/59_Weather.pm @@ -2,7 +2,7 @@ ############################################################################## # # 59_Weather.pm -# (c) 2009-2024 Copyright by Dr. Boris Neubert +# (c) 2009-2025 Copyright by Dr. Boris Neubert # e-mail: omega at online dot de # # Contributors: @@ -74,7 +74,7 @@ __END__

Weather