2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

10_FS20.pm: enable follow-on-timer for dim (Forum #48324)

git-svn-id: https://svn.fhem.de/fhem/trunk@10654 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-01-29 05:50:17 +00:00
parent 49ff302195
commit ca80e5f4ca

View File

@ -208,7 +208,7 @@ FS20_Set($@)
####################################
# following timers
if($a[1] eq "on" && $na == 2 && $onTime) {
if(($a[1] eq "on" || $a[1] =~ m/dim/) && $na == 2 && $onTime) {
$newState = "off";
$val = $onTime;
@ -591,7 +591,7 @@ four2hex($$)
this time for the time specified as argument in seconds to this attribute.
This is used to follow the pre-programmed timer, which was set previously
with the timer command or manually by pressing the button on the device,
see your manual for details.
see your manual for details. Works for on and dim commands.
</li><br>
@ -833,7 +833,7 @@ four2hex($$)
diesmal als Argument in Sekunden zum Attribut. Wird verwendet um dem
vorprogrammierten Timer zu folgen welcher vorher durch den timer-Befehl,
oder manuell durch Dr&uuml;cken des Buttons gesetzt wurde. Im Handbuch
finden sich noch mehr Informationen.
finden sich noch mehr Informationen. Beachtet bei on und dim Befehlen.
</li><br>