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:
CoolTux
2023-01-29 15:27:02 +00:00
parent 859c7c2da7
commit 1524a584e5
6 changed files with 1161 additions and 1084 deletions

View File

@@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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: 00_KNXIO: PBP fixes
- bugfix: 10_KNX: fix define-parsing problem, PBP fixes - bugfix: 10_KNX: fix define-parsing problem, PBP fixes
- bugfix: 74_AutomowerConnect: improved error handling, fix missig password bug - bugfix: 74_AutomowerConnect: improved error handling, fix missig password bug

File diff suppressed because it is too large Load Diff

View File

@@ -699,7 +699,7 @@ sub _CallWeatherCallbackFn {
my $self = shift; my $self = shift;
# ## Aufruf der callbackFn # ## Aufruf der callbackFn
return ::Weather_RetrieveCallbackFn( $self->{devName} ); return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
} }
sub _ErrorHandling { sub _ErrorHandling {

View File

@@ -951,7 +951,7 @@ sub _CallWeatherCallbackFn {
# print 'Dumperausgabe: ' . Dumper $self; # print 'Dumperausgabe: ' . Dumper $self;
### Aufruf der callbackFn ### Aufruf der callbackFn
return ::Weather_RetrieveCallbackFn( $self->{devName} ); return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
} }
sub _ErrorHandling { sub _ErrorHandling {

View File

@@ -733,7 +733,7 @@ sub _CallWeatherCallbackFn {
my $self = shift; my $self = shift;
# ## Aufruf der callbackFn # ## Aufruf der callbackFn
return ::Weather_RetrieveCallbackFn( $self->{devName} ); return FHEM::Core::Weather::RetrieveCallbackFn( $self->{devName} );
} }
sub _ErrorHandling { sub _ErrorHandling {

File diff suppressed because it is too large Load Diff