This commit is contained in:
Marko Oldenburg 2022-12-30 12:17:37 +01:00
parent b256d1e64b
commit 420fbff233
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
UPD 2022-12-28_09:21:01 54815 FHEM/59_Weather.pm UPD 2022-12-30_12:15:47 54815 FHEM/59_Weather.pm
UPD 2022-12-28_09:20:44 49883 lib/FHEM/APIs/Weather/DarkSkyAPI.pm UPD 2022-12-30_12:15:47 49883 lib/FHEM/APIs/Weather/DarkSkyAPI.pm
UPD 2022-12-28_09:20:52 32101 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm UPD 2022-12-30_12:15:47 32101 lib/FHEM/APIs/Weather/OpenWeatherMapAPI.pm
UPD 2022-12-30_12:14:13 36063 lib/FHEM/APIs/Weather/wundergroundAPI.pm UPD 2022-12-30_12:17:04 36070 lib/FHEM/APIs/Weather/wundergroundAPI.pm

View File

@ -724,7 +724,7 @@ sub _ProcessingRetrieveData {
} }
## Aufruf der callbackFn ## Aufruf der callbackFn
_CallWeatherCallbackFn($self); return _CallWeatherCallbackFn($self);
} }
sub _CallWeatherCallbackFn { sub _CallWeatherCallbackFn {