mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
76_SolarForecast: contrib 1.49.6
git-svn-id: https://svn.fhem.de/fhem/trunk@29821 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f9bce16d67
commit
d426e865e4
@ -16595,7 +16595,8 @@ END1
|
|||||||
## Home Icon
|
## Home Icon
|
||||||
##############
|
##############
|
||||||
my $car = CurrentVal ($name, 'autarkyrate', undef);
|
my $car = CurrentVal ($name, 'autarkyrate', undef);
|
||||||
my $hmtxt = $htitles{autarky}{$lang}.': '.$car.' %';
|
my $hmtxt = '';
|
||||||
|
$hmtxt = $htitles{autarky}{$lang}.': '.$car.' %' if(defined $car);
|
||||||
my $hicon = HOMEICONDEF;
|
my $hicon = HOMEICONDEF;
|
||||||
|
|
||||||
if (defined $car && CurrentVal ($name, 'homenodedyncol', 0)) {
|
if (defined $car && CurrentVal ($name, 'homenodedyncol', 0)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user