diff --git a/fhem/CHANGED b/fhem/CHANGED index 5de72a0d2..b8d4fe2be 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. + - bugfix: 59_Weather: fix DarkSky API wrong funtion call - feature: 72_FRITZBOX: merged old 72_FRITZBOX with last Fork Version - bugfix: 59_Weather: bugfix function WeatherAsHtmlD not working - bugfix: 98_weekprofile.pm: internal tempMap list if attr tempMap changed diff --git a/fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm b/fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm index 6811f5d97..eb3009fe7 100644 --- a/fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm +++ b/fhem/lib/FHEM/APIs/Weather/DarkSkyAPI.pm @@ -709,8 +709,7 @@ sub _ErrorHandling { my $err = shift; $self->{cached}->{current_date_time} = - __strftimeWrapper( "%a, %e %b %Y %H:%M", - localtime( $self->{fetchTime} ) ); + _strftimeWrapper( "%a, %e %b %Y %H:%M", localtime( $self->{fetchTime} ) ); $self->{cached}->{status} = $err; $self->{cached}->{validity} = 'stale'; @@ -780,7 +779,7 @@ sub _strftimeWrapper { ], "release_status": "stable", "license": "GPL_2", - "version": "v1.2.11", + "version": "v1.2.12", "author": [ "Marko Oldenburg " ],