Use of uninitialized value in OpenWeatherMapAPI.pm line 981
This commit is contained in:
Marko Oldenburg 2023-01-08 16:52:11 +01:00
parent e237018aad
commit cef2455448
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
UPD 2023-01-07_19:00:05 57768 FHEM/59_Weather.pm
UPD 2023-01-07_19:00:05 49884 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-01-08_16:19:39 33436 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2023-01-08_16:45:16 33368 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2023-01-07_19:00:05 36090 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@ -977,9 +977,8 @@ sub _CreateForecastRef {
{
lat => $self->{lat},
long => $self->{long},
apiMaintainer => 'Marko Oldenburg ('
. $META->{x_fhem_maintainer}[0] . ')',
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal,
apiMaintainer => $META->{author}[0],
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal,
}
);
@ -1026,7 +1025,6 @@ sub _strftimeWrapper {
},
"keywords": [
"fhem-mod-device",
"fhem-core",
"Weather",
"API"
],