mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +00:00
76_Solarforcast: contrib 0.49.4
git-svn-id: https://svn.fhem.de/fhem/trunk@24557 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b46cb07d0a
commit
5a200f0c36
@ -4331,8 +4331,8 @@ sub _forecastGraphicHeader {
|
|||||||
######################
|
######################
|
||||||
my $pcqicon;
|
my $pcqicon;
|
||||||
|
|
||||||
$pcqicon = $pcq < 3 ? FW_makeImage('10px-kreis-rot.png') :
|
$pcqicon = $pcq < 3 ? FW_makeImage('10px-kreis-rot.png', $pvcanz) :
|
||||||
$pcq < 5 ? FW_makeImage('10px-kreis-gelb.png') :
|
$pcq < 5 ? FW_makeImage('10px-kreis-gelb.png', $pvcanz) :
|
||||||
FW_makeImage('10px-kreis-gruen.png');
|
FW_makeImage('10px-kreis-gruen.png');
|
||||||
$pcqicon = "-" if(!$pvfc00 || $pcq == -1);
|
$pcqicon = "-" if(!$pvfc00 || $pcq == -1);
|
||||||
|
|
||||||
@ -4341,8 +4341,8 @@ sub _forecastGraphicHeader {
|
|||||||
#######################
|
#######################
|
||||||
my $alias = AttrVal ($name, "alias", $name ); # Linktext als Aliasname
|
my $alias = AttrVal ($name, "alias", $name ); # Linktext als Aliasname
|
||||||
my $dlink = qq{<a href="$FW_ME$FW_subdir?detail=$name">$alias</a>};
|
my $dlink = qq{<a href="$FW_ME$FW_subdir?detail=$name">$alias</a>};
|
||||||
$header .= "<tr><td colspan=\"3\" align=\"left\"><b>".$dlink."</b></td><td colspan=\"3\" align=\"left\">".$lupt. " ".$lup." ".$upicon."</td> </tr>";
|
$header .= "<tr><td colspan=\"3\" align=\"left\"><b>".$dlink."</b></td><td colspan=\"3\" align=\"left\">".$lupt. " ".$lup." ".$upicon."</td> </tr>";
|
||||||
$header .= "<tr><td colspan=\"3\" align=\"left\"><b> </b></td><td colspan=\"3\" align=\"left\">".$autoct." " .$acicon."</td><td title='$pvcanz' colspan=\"2\" align=\"left\">".$lbpcq." " .$pcqicon. "</td></tr>";
|
$header .= "<tr><td colspan=\"3\" align=\"left\"><b> </b></td><td colspan=\"3\" align=\"left\">".$autoct." " .$acicon."</td><td colspan=\"2\" align=\"left\">".$lbpcq." " .$pcqicon. "</td></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Header Information pv
|
# Header Information pv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user