mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 11:01:59 +00:00
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:
parent
2f28df7bf6
commit
a55d0da311
@ -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);
|
next if($par && $idx ne $par);
|
||||||
my ($cret, $s1);
|
my ($cret, $s1);
|
||||||
my $sp1 = _ldpspaces ($idx, q{});
|
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);
|
next if($par && $idx ne $par);
|
||||||
my ($cret, $s1);
|
my ($cret, $s1);
|
||||||
my $sp1 = _ldpspaces ($idx, q{});
|
my $sp1 = _ldpspaces ($idx, q{});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user