From 0f1903a01c19a8e0f9ad267295589f6b06c75bc4 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Wed, 14 Apr 2021 05:45:49 +0000
Subject: [PATCH] 99_SUNRISE_EL.pm: rewrite english doc (Forum #118899)
git-svn-id: https://svn.fhem.de/fhem/trunk@24249 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/99_SUNRISE_EL.pm | 39 ++++++++++++++++++++------------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/fhem/FHEM/99_SUNRISE_EL.pm b/fhem/FHEM/99_SUNRISE_EL.pm
index ec11572e9..ce6dbe7b7 100644
--- a/fhem/FHEM/99_SUNRISE_EL.pm
+++ b/fhem/FHEM/99_SUNRISE_EL.pm
@@ -443,36 +443,39 @@ isday
alternatives.
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.
-
+ adding 24 hours if the next event is tomorrow
sunrise_rel() and sunset_rel() return the relative time to the next
sunrise/sunset.
sunrise_abs() and sunset_abs() return the absolute time of the corresponding
event today (no 24 hours added).
sunrise_abs_dat() and sunset_abs_dat() return the absolute time of the
- corresponding event to a given date(no 24 hours added).
+ corresponding event to a given date.
- All functions take up to three arguments:
+ Note: use sunrise/sunset in the timespec of an at device or on-till
+ command as the _rel and _abs variants do not work correctly there.
+
+ All functions take up to four arguments: