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
This commit is contained in:
DS_Starter
2024-10-13 20:51:55 +00:00
parent 293fd231fd
commit fd2f7b3bb1
2 changed files with 2 additions and 2 deletions

View File

@@ -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{});

View File

@@ -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{});