From fd2f7b3bb193fdb64135c99f6438b49cb9f56ba2 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Sun, 13 Oct 2024 20:51:55 +0000 Subject: [PATCH] 76_SolarForecast: new attr affectConsForecastLastDays and more features, changes in Flowgraphic git-svn-id: https://svn.fhem.de/fhem/trunk@29237 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/76_SolarForecast.pm | 2 +- fhem/contrib/DS_Starter/76_SolarForecast.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/76_SolarForecast.pm b/fhem/FHEM/76_SolarForecast.pm index c1bd8f0e5..ed90215c5 100644 --- a/fhem/FHEM/76_SolarForecast.pm +++ b/fhem/FHEM/76_SolarForecast.pm @@ -15983,7 +15983,7 @@ sub listDataPool { } } - for my $idx (sort{$a<=>$b} keys %{$h}) { + for my $idx (sort keys %{$h}) { next if($par && $idx ne $par); my ($cret, $s1); my $sp1 = _ldpspaces ($idx, q{}); diff --git a/fhem/contrib/DS_Starter/76_SolarForecast.pm b/fhem/contrib/DS_Starter/76_SolarForecast.pm index c1bd8f0e5..ed90215c5 100644 --- a/fhem/contrib/DS_Starter/76_SolarForecast.pm +++ b/fhem/contrib/DS_Starter/76_SolarForecast.pm @@ -15983,7 +15983,7 @@ sub listDataPool { } } - for my $idx (sort{$a<=>$b} keys %{$h}) { + for my $idx (sort keys %{$h}) { next if($par && $idx ne $par); my ($cret, $s1); my $sp1 = _ldpspaces ($idx, q{});