2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +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 f6c4c7057f
commit bc42adcbbe
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.
# 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
- feature: 75_AutomowerConnectDevice: same as AutomowerConnect
- feature: 75_AutomowerConnectDevice: same as AutomowerConnect
- feature: 93_DbLog: new Get menu for a selection of getters,
send Log data back to parent process, Forum:#131790
- change: 93_DbRep: ignore non-numeric values in diffValue and output

View File

@ -317,7 +317,7 @@ sub _ReturnWithError {
return;
}
sub _DeleteForecastreadings {
sub DeleteForecastreadings {
return 0 unless ( __PACKAGE__ eq caller(0) );
my $hash = shift;