Merge pull request 'patch-fixforecast' (#65) from patch-fixforecast into dev
Reviewed-on: #65
This commit is contained in:
commit
0a47226436
23
CHANGELOG.md
23
CHANGELOG.md
@ -1,4 +1,25 @@
|
|||||||
### fix: Update forecast with cachemaxage after API calls are down. special thanks to stefanru (forum) (HEAD -> patch-fixforecast)
|
### docs: change versions and add copyright (HEAD -> patch-fixforecast)
|
||||||
|
>Fri, 11 Oct 2024 12:04:07 +0200
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### docs: Changelog (origin/patch-fixforecast)
|
||||||
|
>Fri, 11 Oct 2024 07:07:57 +0200
|
||||||
|
|
||||||
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
>Commiter: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
|
||||||
|
[Ticket: no]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### fix: Update forecast with cachemaxage after API calls are down. special thanks to stefanru (forum)
|
||||||
>Fri, 11 Oct 2024 06:59:53 +0200
|
>Fri, 11 Oct 2024 06:59:53 +0200
|
||||||
|
|
||||||
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
>Author: Marko Oldenburg (fhemdevelopment@cooltux.net)
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
#
|
#
|
||||||
# 59_Weather.pm
|
# 59_Weather.pm
|
||||||
# (c) 2009-2023 Copyright by Dr. Boris Neubert
|
# (c) 2009-2024 Copyright by Dr. Boris Neubert
|
||||||
# e-mail: omega at online dot de
|
# e-mail: omega at online dot de
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# - Marko Oldenburg (CoolTux)
|
# - Marko Oldenburg (CoolTux)
|
||||||
# - Lippie
|
# - Lippie
|
||||||
|
# - stefanru (wundergroundAPI)
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# This file is part of fhem.
|
# This file is part of fhem.
|
||||||
@ -543,7 +544,7 @@ __END__
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v2.2.22",
|
"version": "v2.2.30",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
UPD 2023-01-29_16:14:48 25809 FHEM/59_Weather.pm
|
UPD 2024-10-11_12:02:22 25848 FHEM/59_Weather.pm
|
||||||
UPD 2024-10-11_06:52:17 34293 lib/FHEM/Core/Weather.pm
|
UPD 2024-10-11_11:59:21 34293 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 50106 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
|
||||||
UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
|
UPD 2023-07-11_14:08:00 33779 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
|
||||||
UPD 2024-10-11_06:49:47 37627 lib/FHEM/APIs/Weather/wundergroundAPI.pm
|
UPD 2024-10-11_12:02:42 37627 lib/FHEM/APIs/Weather/wundergroundAPI.pm
|
||||||
|
@ -840,7 +840,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-2023 Copyright by Dr. Boris Neubert
|
# (c) 2009-2024 Copyright by Dr. Boris Neubert
|
||||||
# e-mail: omega at online dot de
|
# e-mail: omega at online dot de
|
||||||
#
|
#
|
||||||
# Contributors:
|
# Contributors:
|
||||||
|
Loading…
Reference in New Issue
Block a user