2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-28 05:01:57 +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:
nasseeder1 2024-10-13 20:51:55 +00:00
parent 2f28df7bf6
commit a55d0da311
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{});