mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-24 21:34:51 +00:00
76_SolarForecast: V 1.37.4 internal code change
git-svn-id: https://svn.fhem.de/fhem/trunk@29316 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
64f392e5b9
commit
6d3e3c821f
fhem
@ -652,8 +652,6 @@ my %hrepl = ( # Z
|
||||
'.' => 'k',
|
||||
);
|
||||
|
||||
my @hreplkeys = keys %hrepl;
|
||||
|
||||
my %hqtxt = ( # Hash (Setup) Texte
|
||||
entry => { EN => qq{<b>Warm welcome!</b><br>
|
||||
The next queries will guide you through the basic installation.<br>
|
||||
@ -14241,10 +14239,13 @@ sub _flowGraphic {
|
||||
my $scale = $fgscaledef;
|
||||
my $pdist = 130; # Abstand Producer zueinander
|
||||
my $hasbat = 1; # initial Batterie vorhanden
|
||||
my $stna = $name;
|
||||
|
||||
my ($lcp, $y_pos, $y_pos1);
|
||||
|
||||
my $stna = $name;
|
||||
$stna =~ s/([@hreplkeys])/$hrepl{$1}/ge if($name =~ /[@hreplkeys]/xs); # V 1.37.1 Ziffern etc. eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
for my $re (keys %hrepl) { # V 1.37.1 Ziffern etc. eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
$stna =~ s/$re/$hrepl{$re}/gxs;
|
||||
}
|
||||
|
||||
## definierte Producer + Inverter ermitteln und zusammenfassen
|
||||
################################################################
|
||||
|
@ -652,8 +652,6 @@ my %hrepl = ( # Z
|
||||
'.' => 'k',
|
||||
);
|
||||
|
||||
my @hreplkeys = keys %hrepl;
|
||||
|
||||
my %hqtxt = ( # Hash (Setup) Texte
|
||||
entry => { EN => qq{<b>Warm welcome!</b><br>
|
||||
The next queries will guide you through the basic installation.<br>
|
||||
@ -14241,10 +14239,13 @@ sub _flowGraphic {
|
||||
my $scale = $fgscaledef;
|
||||
my $pdist = 130; # Abstand Producer zueinander
|
||||
my $hasbat = 1; # initial Batterie vorhanden
|
||||
my $stna = $name;
|
||||
|
||||
my ($lcp, $y_pos, $y_pos1);
|
||||
|
||||
my $stna = $name;
|
||||
$stna =~ s/([@hreplkeys])/$hrepl{$1}/ge if($name =~ /[@hreplkeys]/xs); # V 1.37.1 Ziffern etc. eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
for my $re (keys %hrepl) { # V 1.37.1 Ziffern etc. eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
$stna =~ s/$re/$hrepl{$re}/gxs;
|
||||
}
|
||||
|
||||
## definierte Producer + Inverter ermitteln und zusammenfassen
|
||||
################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user