mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 06:36:04 +00:00
59_Weather: fix Undefined subroutine
git-svn-id: https://svn.fhem.de/fhem/trunk@27169 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f6c4c7057f
commit
bc42adcbbe
@ -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.
|
||||||
|
- bugfix: 59_Weather: fix Undefined subroutine
|
||||||
- feature: 74_AutomowerConnect: rework detail view
|
- feature: 74_AutomowerConnect: rework detail view
|
||||||
getter for MowerData and StatisticsData
|
getter for MowerData and StatisticsData
|
||||||
- feature: 75_AutomowerConnectDevice: same as AutomowerConnect
|
- feature: 75_AutomowerConnectDevice: same as AutomowerConnect
|
||||||
|
@ -317,7 +317,7 @@ sub _ReturnWithError {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub _DeleteForecastreadings {
|
sub DeleteForecastreadings {
|
||||||
return 0 unless ( __PACKAGE__ eq caller(0) );
|
return 0 unless ( __PACKAGE__ eq caller(0) );
|
||||||
|
|
||||||
my $hash = shift;
|
my $hash = shift;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user