mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
76_SolarForecast: set spread from 50 to 20
git-svn-id: https://svn.fhem.de/fhem/trunk@28104 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
507efdd1f3
commit
d7fbcefc7e
@ -144,6 +144,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"1.0.9" => "29.10.2023 _aiGetSpread: set spread from 50 to 20 ",
|
||||
"1.0.8" => "22.10.2023 codechange: add central readings store array, new function storeReading, writeCacheToFile ".
|
||||
"solcastapi in sub __delObsoleteAPIData, save freespace if flowGraphicShowConsumer=0 is set ".
|
||||
"pay attention to attr graphicEnergyUnit in __createOwnSpec ",
|
||||
@ -11292,7 +11293,7 @@ sub _aiGetSpread {
|
||||
my $hod = $paref->{hod};
|
||||
my $dtree = $paref->{dtree};
|
||||
|
||||
my $dtn = 50; # positive und negative rad1h Abweichung testen mit Schrittweite "$step"
|
||||
my $dtn = 20; # positive und negative rad1h Abweichung testen mit Schrittweite "$step"
|
||||
my $step = 10;
|
||||
|
||||
my ($pos, $neg, $p, $n);
|
||||
|
Loading…
Reference in New Issue
Block a user