From 4ddcf40a5da2abba336e8ffc0dad35bfad996137 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Tue, 1 Feb 2011 19:20:33 +0000
Subject: [PATCH] holiday_short fix juergen
git-svn-id: https://svn.fhem.de/fhem/trunk@821 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/docs/commandref.html | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index d57f601e9..4529a8741 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -1452,11 +1452,20 @@ A line ending with \ will be concatenated with the next one, so long lines
holiday1 sets the end-time of the holiday, in 10-minute steps
holiday2 sets the end-day of the holiday
- For holiday_short
-
- - holiday1 sets the time, in 10-minute steps
- - holiday2 sets number of days from now on.
-
+ For holiday_short (party mode)
+
+ - holiday1 sets the absolute hour to switch back from this
+ mode (in 10-minute steps, max 144)
+
- holiday2 sets the day of month to switch back from this mode
+ (if holiday1 exceeds 144, subtract 144 and increase holiday2 with
+ 1).
+ Example:
+
+ - current date is 29 Jan, time is 18:05
+
- you want to switch to party mode until tomorrow 1:00
+
- set holiday1 to 6 (6 x 10min = 1hour) and holiday2 to 30
+
+
The *-from1/*-from2/*-to1/*-to2
valuetypes need a time
@@ -2286,8 +2295,9 @@ A line ending with \ will be concatenated with the next one, so long lines
switch
- - on [forSec] - set the switch on
+ - on - set the switch on
- off - set the switch off
+ - on-for-timer sec - set the switch on for the given seconds. Note: the protocol does not support an off-for-timer like FS20.
- toggle - toggle the switch.