From b33b9f40192a2f22bbf96f130b178a31d6313969 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 17 Apr 2018 19:00:21 +0000 Subject: [PATCH] 99_SUNRISE_EL.pm: fix german doc (Forum #87063) git-svn-id: https://svn.fhem.de/fhem/trunk@16632 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/99_SUNRISE_EL.pm | 40 ++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/fhem/FHEM/99_SUNRISE_EL.pm b/fhem/FHEM/99_SUNRISE_EL.pm index c93ab279d..ec9e668db 100644 --- a/fhem/FHEM/99_SUNRISE_EL.pm +++ b/fhem/FHEM/99_SUNRISE_EL.pm @@ -426,15 +426,15 @@ isday found on different websites. See perldoc "DateTime::Event::Sunrise" for alternatives.

- sunrise()/sunset() returns the absolute time of the next sunrise/sunset, + sunrise() and sunset() return the absolute time of the next sunrise/sunset, adding 24 hours if the next event is tomorrow, to use it in the timespec of an at device or for the on-till command for FS20 devices.
- sunrise_rel()/sunset_rel() returns the relative time to the next + sunrise_rel() and sunset_rel() return the relative time to the next sunrise/sunset.
- sunrise_abs()/sunset_abs() return the absolute time of the corresponding + sunrise_abs() and sunset_abs() return the absolute time of the corresponding event today (no 24 hours added).
- sunrise_abs_dat()/sunset_abs_dat() return the absolute time of the + sunrise_abs_dat() and sunset_abs_dat() return the absolute time of the corresponding event to a given date(no 24 hours added).
All functions take up to three arguments:
@@ -537,14 +537,30 @@ isday