mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 16:05:19 +00:00
76_SolarForecast: contrib 0.82.4
git-svn-id: https://svn.fhem.de/fhem/trunk@27972 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6f2d7f1e14
commit
a648675815
@ -139,7 +139,7 @@ BEGIN {
|
||||
|
||||
# Versions History intern
|
||||
my %vNotesIntern = (
|
||||
"0.82.4" => "16.09.2023 generate DWD API graphis header information and extend plant check for DWD API errors ",
|
||||
"0.82.4" => "16.09.2023 generate DWD API graphis header information and extend plant check for DWD API errors, minor fixes ",
|
||||
"0.82.3" => "14.09.2023 more mouse over information in graphic header, ai support in autocorrection selectable ".
|
||||
"substitute use of Test2::Suite ",
|
||||
"0.82.2" => "11.09.2023 activate implementation of DWD AI support, add runTimeTrainAI ",
|
||||
@ -8737,12 +8737,12 @@ sub _graphicHeader {
|
||||
my $ydaytxt = $hqtxt{yday}{$lang}.': '."<b>".$ydayDvtn."</b>";
|
||||
|
||||
my $text_tdayDvtn = $tdayDvtn =~ /^-[1-9]/? $hqtxt{pmtp}{$lang} :
|
||||
$tdayDvtn =~ /^0/ ? $hqtxt{petp}{$lang} :
|
||||
$tdayDvtn =~ /^-?0,/ ? $hqtxt{petp}{$lang} :
|
||||
$tdayDvtn =~ /^[1-9]/ ? $hqtxt{pltp}{$lang} :
|
||||
$hqtxt{wusond}{$lang};
|
||||
|
||||
my $text_ydayDvtn = $ydayDvtn =~ /^-[1-9]/? $hqtxt{pmtp}{$lang} :
|
||||
$ydayDvtn =~ /^0/ ? $hqtxt{petp}{$lang} :
|
||||
$ydayDvtn =~ /^-?0,/ ? $hqtxt{petp}{$lang} :
|
||||
$ydayDvtn =~ /^[1-9]/ ? $hqtxt{pltp}{$lang} :
|
||||
$hqtxt{snbefb}{$lang};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user