2
0
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:
nasseeder1 2024-10-29 19:23:26 +00:00
parent b070635d5d
commit bb7fcbea1f
2 changed files with 6 additions and 2 deletions

View File

@ -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
################################################################

View File

@ -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
################################################################