76_SolarForecast.pm: contrib 0.3.0

git-svn-id: https://svn.fhem.de/fhem/trunk@23600 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-01-23 22:08:02 +00:00
parent 7b17a42db0
commit a87ff3a353

View File

@@ -730,7 +730,7 @@ sub _setwriteHistory { ## no critic "not used"
my $paref = shift;
my $hash = $paref->{hash};
my $ret = writeHistoryToFile ($hash);
my $ret = periodicWriteHistFile ($hash);
return $ret;
}