mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-17 05:16:02 +00:00
PHTV: increase internal timer wait time after sending wake-up packet
git-svn-id: https://svn.fhem.de/fhem/trunk@9051 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
47cb7227bc
commit
5aa2c38c83
@ -402,7 +402,7 @@ sub PHTV_Set($@) {
|
||||
$hash->{helper}{wakeup} = 1;
|
||||
PHTV_wake($hash);
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer( gettimeofday() + 20, "PHTV_GetStatus", $hash,
|
||||
InternalTimer( gettimeofday() + 35, "PHTV_GetStatus", $hash,
|
||||
0 );
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user