2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

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:
nasseeder1 2021-01-23 22:08:02 +00:00
parent aeaa457f19
commit b68a347a2c

View File

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