From b68a347a2c0053cd0b2e765f4bdfe2161c149ace Mon Sep 17 00:00:00 2001 From: nasseeder1 Date: Sat, 23 Jan 2021 22:08:02 +0000 Subject: [PATCH] 76_SolarForecast.pm: contrib 0.3.0 git-svn-id: https://svn.fhem.de/fhem/trunk@23600 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index 9ff5af8cc..73c71b428 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -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; }