change versions and add control file

This commit is contained in:
Marko Oldenburg 2022-12-28 09:24:12 +01:00
parent 232af18f02
commit 3d4996777f
5 changed files with 8 additions and 4 deletions

View File

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

4
controls_Weather.txt Normal file
View File

@ -0,0 +1,4 @@
UPD 2022-12-28_09:21:01 54815 FHEM/59_Weather.pm
UPD 2022-12-28_09:20:44 49883 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2022-12-28_09:20:52 32101 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2022-12-28_09:20:32 35424 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@ -773,7 +773,7 @@ sub _strftimeWrapper {
"abstract": "Wetter API für Weather DarkSky"
}
},
"version": "v1.2.0",
"version": "v1.2.1",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -989,7 +989,7 @@ sub _strftimeWrapper {
"abstract": "Wetter API für OpenWeatherMap"
}
},
"version": "v3.0.11",
"version": "v3.0.12",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -793,7 +793,7 @@ sub _strftimeWrapper {
"abstract": "Wetter API für Weather Underground"
}
},
"version": "v1.0.2",
"version": "v1.0.3",
"author": [
"Julian Pawlowski <julian.pawlowski@gmail.com>"
],