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:
@@ -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{});
|
||||
|
||||
@@ -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{});
|
||||
|
||||
Reference in New Issue
Block a user