mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
59_Weather: mod packages, add new modul path in to pre-commit
git-svn-id: https://svn.fhem.de/fhem/trunk@27146 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
aab6cbf7fc
commit
89a738d27f
@ -1,5 +1,6 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- feature: 59_Weather: mod packages, add new modul path in to pre-commit
|
||||
- bugfix: 00_KNXIO: PBP fixes
|
||||
- bugfix: 10_KNX: fix define-parsing problem, PBP fixes
|
||||
- bugfix: 74_AutomowerConnect: improved error handling, fix missig password bug
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -699,7 +699,7 @@ sub _CallWeatherCallbackFn {
|
||||
my $self = shift;
|
||||
|
||||
# ## Aufruf der callbackFn
|
||||
return ::Weather_RetrieveCallbackFn( $self->{devName} );
|
||||
return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
|
||||
}
|
||||
|
||||
sub _ErrorHandling {
|
||||
|
@ -951,7 +951,7 @@ sub _CallWeatherCallbackFn {
|
||||
|
||||
# print 'Dumperausgabe: ' . Dumper $self;
|
||||
### Aufruf der callbackFn
|
||||
return ::Weather_RetrieveCallbackFn( $self->{devName} );
|
||||
return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
|
||||
}
|
||||
|
||||
sub _ErrorHandling {
|
||||
|
@ -733,7 +733,7 @@ sub _CallWeatherCallbackFn {
|
||||
my $self = shift;
|
||||
|
||||
# ## Aufruf der callbackFn
|
||||
return ::Weather_RetrieveCallbackFn( $self->{devName} );
|
||||
return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
|
||||
}
|
||||
|
||||
sub _ErrorHandling {
|
||||
|
1140
fhem/lib/FHEM/Core/Weather.pm
Normal file
1140
fhem/lib/FHEM/Core/Weather.pm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user