2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

Bugfix: Somfy on-for-timer and off-for-timer now return properly, instead of displaying the scheduled time.

git-svn-id: https://svn.fhem.de/fhem/trunk@6189 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
thomyd 2014-07-02 10:49:04 +00:00
parent 8f4854f54e
commit 0d4361abc6

View File

@ -188,6 +188,8 @@ sub SOMFY_Do_For_Timer($@)
# schedule the stop command for later
InternalTimer(gettimeofday()+$param,"SOMFY_Extension_Fn","SOMFY $name $cmd",0);
}
return
}
###################################