2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +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:
jpawlowski 2015-08-09 15:29:58 +00:00
parent 47cb7227bc
commit 5aa2c38c83

View File

@ -402,7 +402,7 @@ sub PHTV_Set($@) {
$hash->{helper}{wakeup} = 1; $hash->{helper}{wakeup} = 1;
PHTV_wake($hash); PHTV_wake($hash);
RemoveInternalTimer($hash); RemoveInternalTimer($hash);
InternalTimer( gettimeofday() + 20, "PHTV_GetStatus", $hash, InternalTimer( gettimeofday() + 35, "PHTV_GetStatus", $hash,
0 ); 0 );
} }
else { else {