Skip to content

Commit

Permalink
Update 88_Timer.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
HomeAutoUser committed Dec 3, 2023
1 parent 68b337f commit d2e6ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FHEM/88_Timer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ sub Timer_FW_Detail {
if ($Table_Border eq 'on') { $style_code2 = "border:2px solid #00FF00;"; }

$html.= "<div style=\"text-align: center; font-size:medium; padding: 0px 0px 6px 0px;\">$designations[0]: ".sunrise_abs($horizon)." $designations[3]&nbsp;&nbsp;|&nbsp;&nbsp;$designations[1]: ".sunset_abs($horizon)." $designations[3]&nbsp;&nbsp;|&nbsp;&nbsp;$designations[2]: ".TimeNow()." $designations[3]</div>" if($Table_Header_with_time eq 'on');
$html.= "<div id=\"table\"><table id=\"test\" class=\"block wide\" style=\"$style_code2\">";
$html.= "<div id=\"table\"><table id=\"tab\" class=\"block wide\" style=\"$style_code2\">";

# Timer Jahr Monat Tag Stunde Minute Sekunde Gerät Aktion Mo Di Mi Do Fr Sa So aktiv Offset
# ----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d2e6ce6

Please sign in to comment.