1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +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:
LeonGaultier 2023-02-02 22:05:28 +00:00
parent 5700595797
commit a514bd8aa1
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# 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: 74_AutomowerConnect: rework detail view - bugfix: 59_Weather: fix Undefined subroutine
- 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
- feature: 93_DbLog: new Get menu for a selection of getters, - feature: 93_DbLog: new Get menu for a selection of getters,
send Log data back to parent process, Forum:#131790 send Log data back to parent process, Forum:#131790
- change: 93_DbRep: ignore non-numeric values in diffValue and output - change: 93_DbRep: ignore non-numeric values in diffValue and output

View File

@ -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;