testing #36

Merged
marko merged 9 commits from testing into main 2023-01-08 16:14:53 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit cef2455448 - Show all commits

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 57768 FHEM/59_Weather.pm
UPD 2023-01-07_19:00:05 49884 lib/FHEM/APIs/Weather/DarkSkyAPI.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 UPD 2023-01-07_19:00:05 36090 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

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