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