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 2a687a70bc
commit 328e5c6100

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
}
###################################