dev #35

Merged
marko merged 9 commits from dev into testing 2023-01-08 16:14:30 +00:00
2 changed files with 15 additions and 7 deletions
Showing only changes of commit f8b12ba1a7 - 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-08_17:01:49 50104 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2023-01-08_16:45:16 33368 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm UPD 2023-01-08_17:01:46 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

View File

@ -726,9 +726,9 @@ 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, . $META->{release_status},
} }
); );
@ -773,12 +773,19 @@ sub _strftimeWrapper {
"abstract": "Wetter API für Weather DarkSky" "abstract": "Wetter API für Weather DarkSky"
} }
}, },
"keywords": [
"fhem-mod-device",
"Weather",
"API"
],
"release_status": "stable",
"license": "GPL_2",
"version": "v1.2.10", "version": "v1.2.10",
"author": [ "author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>" "Marko Oldenburg <fhemdevelopment@cooltux.net>"
], ],
"x_fhem_maintainer": [ "x_fhem_maintainer": [
"CoolTux" "<a href=https://forum.fhem.de/index.php?action=profile;u=13684>CoolTux</a>"
], ],
"x_fhem_maintainer_github": [ "x_fhem_maintainer_github": [
"CoolTuxNet" "CoolTuxNet"
@ -786,8 +793,9 @@ sub _strftimeWrapper {
"prereqs": { "prereqs": {
"runtime": { "runtime": {
"requires": { "requires": {
"FHEM": 5.00918799,
"HttpUtils": 5.023,
"FHEM::Meta": 0, "FHEM::Meta": 0,
"HttpUtils": 0,
"strict": 0, "strict": 0,
"warnings": 0, "warnings": 0,
"constant": 0, "constant": 0,