From 35f67c3f4c8fd3a892382fff0de474653ce624c2 Mon Sep 17 00:00:00 2001
From: Beta-User <>
Date: Wed, 19 Feb 2025 16:45:15 +0000
Subject: [PATCH] 59_Twilight: ad commandref hint wrt. computeAfterInit
git-svn-id: https://svn.fhem.de/fhem/trunk@29676 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/59_Twilight.pm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/fhem/FHEM/59_Twilight.pm b/fhem/FHEM/59_Twilight.pm
index 8562f7c10..039767fc5 100644
--- a/fhem/FHEM/59_Twilight.pm
+++ b/fhem/FHEM/59_Twilight.pm
@@ -1192,7 +1192,8 @@ Example:
define BlindDown at *{twilight("myTwilight","sr_indoor","7:30","9:00")} set xxxx position 100
# xxxx is a defined blind
-
+
+Note: you may want to set computeAfterInit attribute to this at.
=end html
@@ -1362,7 +1363,8 @@ Anwendungsbeispiel:
define BlindDown at *{twilight("myTwilight","sr_indoor","7:30","9:00")} set xxxx position 100
# xxxx ist ein definiertes Rollo
-
+
+Siehe dazu auch das computeAfterInit Attribut zum at-Modul.
=end html_DE