dev #35
1046
CHANGELOG.md
1046
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@ -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-08_17:01:49 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
|
UPD 2023-01-08_17:09:40 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:32 33411 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
|
||||||
|
@ -780,7 +780,7 @@ sub _strftimeWrapper {
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v1.2.10",
|
"version": "v1.2.11",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
@ -978,7 +978,8 @@ sub _CreateForecastRef {
|
|||||||
lat => $self->{lat},
|
lat => $self->{lat},
|
||||||
long => $self->{long},
|
long => $self->{long},
|
||||||
apiMaintainer => $META->{author}[0],
|
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",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v3.2.5",
|
"version": "v3.2.6",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user