PHTV: increase internal timer wait time after sending wake-up packet

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9051 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2015-08-09 15:29:58 +00:00
parent 5ab66b35b9
commit 4440aa6675

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 {