mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
76_SolarForecast: Attr graphicStartHtml, graphicEndHtml removed
git-svn-id: https://svn.fhem.de/fhem/trunk@29314 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b070635d5d
commit
bb7fcbea1f
@ -652,6 +652,8 @@ 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>
|
||||
@ -14242,7 +14244,7 @@ sub _flowGraphic {
|
||||
my ($lcp, $y_pos, $y_pos1);
|
||||
|
||||
my $stna = $name;
|
||||
$stna =~ s/([0-9.])/$hrepl{$1}/ge if($name =~ /[0-9]/xs); # V 1.37.1 Ziffern eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
$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
|
||||
|
||||
## definierte Producer + Inverter ermitteln und zusammenfassen
|
||||
################################################################
|
||||
|
@ -652,6 +652,8 @@ 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>
|
||||
@ -14242,7 +14244,7 @@ sub _flowGraphic {
|
||||
my ($lcp, $y_pos, $y_pos1);
|
||||
|
||||
my $stna = $name;
|
||||
$stna =~ s/([0-9.])/$hrepl{$1}/ge if($name =~ /[0-9]/xs); # V 1.37.1 Ziffern eliminieren, Forum: https://forum.fhem.de/index.php?msg=1323229
|
||||
$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
|
||||
|
||||
## definierte Producer + Inverter ermitteln und zusammenfassen
|
||||
################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user