mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +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:
parent
8f4854f54e
commit
0d4361abc6
@ -188,6 +188,8 @@ sub SOMFY_Do_For_Timer($@)
|
|||||||
# schedule the stop command for later
|
# schedule the stop command for later
|
||||||
InternalTimer(gettimeofday()+$param,"SOMFY_Extension_Fn","SOMFY $name $cmd",0);
|
InternalTimer(gettimeofday()+$param,"SOMFY_Extension_Fn","SOMFY $name $cmd",0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user