mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 00:19:00 +00:00
76_SolarForecast: fix warning
git-svn-id: https://svn.fhem.de/fhem/trunk@28464 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
021f6d0d6e
commit
8ef4fbb640
@ -157,6 +157,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"1.14.2" => "02.02.2024 fix warning ",
|
||||
"1.14.1" => "01.02.2024 language support for ___setConsumerPlanningState -> supplement, fix setting 'swoncond not met' ",
|
||||
"1.14.0" => "31.01.2024 data maintenance, new sub _addDynAttr for adding attributes at runtime ".
|
||||
"replace setter currentWeatherDev by attr ctrlWeatherDev1, new data with sub CircularSumVal ".
|
||||
@ -8813,7 +8814,6 @@ sub __calcNewFactor {
|
||||
my $hash = $paref->{hash};
|
||||
my $name = $paref->{name};
|
||||
my $type = $paref->{type};
|
||||
my $oldfac = $paref->{oldfac};
|
||||
my $pvrl = $paref->{pvrl};
|
||||
my $pvfc = $paref->{pvfc};
|
||||
my $range = $paref->{range};
|
||||
|
Loading…
x
Reference in New Issue
Block a user