mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
76_SolarForecast: contrib 1.18.0
git-svn-id: https://svn.fhem.de/fhem/trunk@28848 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
90c9a3a915
commit
876264aaa7
@ -11195,8 +11195,10 @@ sub entryGraphic {
|
||||
|
||||
$paref->{beam1cont} = $paref->{beam3cont};
|
||||
$paref->{beam2cont} = $paref->{beam4cont};
|
||||
$paref->{colorb1} = AttrVal ($name, 'graphicBeam3Color', $b3coldef);
|
||||
$paref->{colorb2} = AttrVal ($name, 'graphicBeam4Color', $b4coldef);
|
||||
$paref->{colorb1} = AttrVal ($name, 'graphicBeam3Color', $b3coldef);
|
||||
$paref->{colorb2} = AttrVal ($name, 'graphicBeam4Color', $b4coldef);
|
||||
$paref->{fcolor1} = AttrVal ($name, 'graphicBeam3FontColor', $b3fontcoldef);
|
||||
$paref->{fcolor2} = AttrVal ($name, 'graphicBeam4FontColor', $b4fontcoldef);
|
||||
$paref->{weather} = 0;
|
||||
|
||||
# Werte aktuelle Stunde
|
||||
|
Loading…
x
Reference in New Issue
Block a user