76_SolarForecast.pm: contrib 0.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@23621 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2021-01-26 22:20:16 +00:00
parent f13b40fa46
commit 8728d2227f

View File

@@ -2697,7 +2697,7 @@ sub listPVHistory {
}
my $sq;
for my $idx (sort{$a<=>$b} keys %{$pvhh}) {
for my $idx (reverse sort{$a<=>$b} keys %{$pvhh}) {
$sq .= $idx." => ".$sub->($idx)."\n";
}