testing #71
							
								
								
									
										24
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -1,4 +1,26 @@ | |||||||
| ### fix: apply patch from stefanru https://forum.fhem.de/index.php?msg=1332884 (HEAD -> patch-stefanru) | ### feat: remove DarkSky, change versions remove DarkSkyAPI, no longer supported change Copyright years and versions of OWM API (HEAD -> patch-changeVersion) | ||||||
|  | >Tue, 4 Feb 2025 21:01:17 +0100 | ||||||
|  |  | ||||||
|  | >Author: Marko Oldenburg (fhemdevelopment@cooltux.net) | ||||||
|  |  | ||||||
|  | >Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net) | ||||||
|  |  | ||||||
|  | [Ticket: no] | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ### docs: changelog | ||||||
|  | >Tue, 4 Feb 2025 20:53:14 +0100 | ||||||
|  |  | ||||||
|  | >Author: Marko Oldenburg (fhemdevelopment@cooltux.net) | ||||||
|  |  | ||||||
|  | >Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net) | ||||||
|  |  | ||||||
|  | [Ticket: no] | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ### fix: apply patch from stefanru https://forum.fhem.de/index.php?msg=1332884 | ||||||
| >Tue, 4 Feb 2025 20:52:52 +0100 | >Tue, 4 Feb 2025 20:52:52 +0100 | ||||||
|  |  | ||||||
| >Author: Marko Oldenburg (fhemdevelopment@cooltux.net) | >Author: Marko Oldenburg (fhemdevelopment@cooltux.net) | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| ############################################################################## | ############################################################################## | ||||||
| # | # | ||||||
| #     59_Weather.pm | #     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 | #     e-mail: omega at online dot de | ||||||
| # | # | ||||||
| #       Contributors: | #       Contributors: | ||||||
| @@ -544,7 +544,7 @@ __END__ | |||||||
|   ], |   ], | ||||||
|   "release_status": "stable", |   "release_status": "stable", | ||||||
|   "license": "GPL_2", |   "license": "GPL_2", | ||||||
|   "version": "v2.2.30", |   "version": "v2.2.35", | ||||||
|   "author": [ |   "author": [ | ||||||
|     "Marko Oldenburg <fhemdevelopment@cooltux.net>" |     "Marko Oldenburg <fhemdevelopment@cooltux.net>" | ||||||
|   ], |   ], | ||||||
|   | |||||||
| @@ -1,5 +1,4 @@ | |||||||
| UPD 2024-10-11_19:46:40 25848 FHEM/59_Weather.pm | UPD 2025-02-04_20:57:25 25848 FHEM/59_Weather.pm | ||||||
| UPD 2025-02-04_20:50:25 34419 lib/FHEM/Core/Weather.pm | UPD 2025-02-04_20:58:03 34419 lib/FHEM/Core/Weather.pm | ||||||
| UPD 2023-01-29_16:14:48 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm | UPD 2025-02-04_20:58:29 33780 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm | ||||||
| UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm | UPD 2025-02-04_20:57:50 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm | ||||||
| UPD 2025-02-04_20:47:55 38751 lib/FHEM/APIs/Weather/wundergroundAPI.pm |  | ||||||
|   | |||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -3,7 +3,7 @@ | |||||||
| # | # | ||||||
| # Developed with VSCodium and richterger perl plugin | # 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 | #  All rights reserved | ||||||
| # | # | ||||||
| #   Special thanks goes to: | #   Special thanks goes to: | ||||||
| @@ -423,7 +423,7 @@ sub _ProcessingRetrieveData { | |||||||
|                 _ErrorHandling( $self, |                 _ErrorHandling( $self, | ||||||
|                     'OpenWeatherMap Weather decode JSON err ' . $@ ); |                     'OpenWeatherMap Weather decode JSON err ' . $@ ); | ||||||
|             } |             } | ||||||
|             elsif (defined( $data->{cod} ) |             elsif ( defined( $data->{cod} ) | ||||||
|                 && $data->{cod} |                 && $data->{cod} | ||||||
|                 && $data->{cod} != 200 |                 && $data->{cod} != 200 | ||||||
|                 && defined( $data->{message} ) |                 && defined( $data->{message} ) | ||||||
|   | |||||||
| @@ -865,7 +865,7 @@ sub _strftimeWrapper { | |||||||
|       "abstract": "Wetter API für Weather Underground" |       "abstract": "Wetter API für Weather Underground" | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   "version": "v1.2.0", |   "version": "v1.3.0", | ||||||
|   "author": [ |   "author": [ | ||||||
|     "Julian Pawlowski <julian.pawlowski@gmail.com>" |     "Julian Pawlowski <julian.pawlowski@gmail.com>" | ||||||
|   ], |   ], | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| ############################################################################## | ############################################################################## | ||||||
| # | # | ||||||
| #     59_Weather.pm | #     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 | #     e-mail: omega at online dot de | ||||||
| # | # | ||||||
| #       Contributors: | #       Contributors: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user