mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
59_Weather: fix DarkSky API wrong funtion call
git-svn-id: https://svn.fhem.de/fhem/trunk@27019 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e1bc227262
commit
283e8aa227
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: 59_Weather: fix DarkSky API wrong funtion call
|
||||||
- feature: 72_FRITZBOX: merged old 72_FRITZBOX with last Fork Version
|
- feature: 72_FRITZBOX: merged old 72_FRITZBOX with last Fork Version
|
||||||
- bugfix: 59_Weather: bugfix function WeatherAsHtmlD not working
|
- bugfix: 59_Weather: bugfix function WeatherAsHtmlD not working
|
||||||
- bugfix: 98_weekprofile.pm: internal tempMap list if attr tempMap changed
|
- bugfix: 98_weekprofile.pm: internal tempMap list if attr tempMap changed
|
||||||
|
@ -709,8 +709,7 @@ sub _ErrorHandling {
|
|||||||
my $err = shift;
|
my $err = shift;
|
||||||
|
|
||||||
$self->{cached}->{current_date_time} =
|
$self->{cached}->{current_date_time} =
|
||||||
__strftimeWrapper( "%a, %e %b %Y %H:%M",
|
_strftimeWrapper( "%a, %e %b %Y %H:%M", localtime( $self->{fetchTime} ) );
|
||||||
localtime( $self->{fetchTime} ) );
|
|
||||||
$self->{cached}->{status} = $err;
|
$self->{cached}->{status} = $err;
|
||||||
$self->{cached}->{validity} = 'stale';
|
$self->{cached}->{validity} = 'stale';
|
||||||
|
|
||||||
@ -780,7 +779,7 @@ sub _strftimeWrapper {
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v1.2.11",
|
"version": "v1.2.12",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user