testing #36

Merged
marko merged 9 commits from testing into main 2023-01-08 16:14:53 +00:00
4 changed files with 1052 additions and 7 deletions
Showing only changes of commit 394c038e5c - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
UPD 2023-01-07_19:00:05 57768 FHEM/59_Weather.pm
UPD 2023-01-08_17:01:49 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-01-08_17:01:46 33411 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2023-01-08_17:09:40 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-01-08_17:09:32 33411 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2023-01-07_19:00:05 36090 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@ -780,7 +780,7 @@ sub _strftimeWrapper {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v1.2.10",
"version": "v1.2.11",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -978,7 +978,8 @@ sub _CreateForecastRef {
lat => $self->{lat},
long => $self->{long},
apiMaintainer => $META->{author}[0],
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal,
apiVersion => version->parse( __PACKAGE__->VERSION() )->normal . '-'
. $META->{release_status},
}
);
@ -1030,7 +1031,7 @@ sub _strftimeWrapper {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v3.2.5",
"version": "v3.2.6",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],