feat: remove DarkSky, change versions

remove DarkSkyAPI, no longer supported
change Copyright years and versions of OWM API

[Ticket: no]
This commit is contained in:
Marko Oldenburg 2025-02-04 21:01:17 +01:00
parent d07297bcd8
commit 2b96be4e6e
6 changed files with 10 additions and 827 deletions

View File

@ -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:
@ -544,7 +544,7 @@ __END__
],
"release_status": "stable",
"license": "GPL_2",
"version": "v2.2.30",
"version": "v2.2.35",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -1,5 +1,4 @@
UPD 2024-10-11_19:46:40 25848 FHEM/59_Weather.pm
UPD 2025-02-04_20:50:25 34419 lib/FHEM/Core/Weather.pm
UPD 2023-01-29_16:14:48 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-02-04_20:47:55 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm
UPD 2025-02-04_20:57:25 25848 FHEM/59_Weather.pm
UPD 2025-02-04_20:58:03 34419 lib/FHEM/Core/Weather.pm
UPD 2025-02-04_20:58:29 33780 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2025-02-04_20:57:50 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
#
# Developed with VSCodium and richterger perl plugin
#
# (c) 2019-2023 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net)
# (c) 2019-2025 Copyright: Marko Oldenburg (fhemdevelopment at cooltux dot net)
# All rights reserved
#
# Special thanks goes to:
@ -423,7 +423,7 @@ sub _ProcessingRetrieveData {
_ErrorHandling( $self,
'OpenWeatherMap Weather decode JSON err ' . $@ );
}
elsif (defined( $data->{cod} )
elsif ( defined( $data->{cod} )
&& $data->{cod}
&& $data->{cod} != 200
&& defined( $data->{message} )

View File

@ -865,7 +865,7 @@ sub _strftimeWrapper {
"abstract": "Wetter API für Weather Underground"
}
},
"version": "v1.2.0",
"version": "v1.3.0",
"author": [
"Julian Pawlowski <julian.pawlowski@gmail.com>"
],

View File

@ -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: