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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6189 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
thomyd
2014-07-02 10:49:04 +00:00
parent 6f3ce63134
commit df5028e2a5

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