2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 22:09:21 +00:00

70_PIONEERAVR: fix for screenUpdate() issue

git-svn-id: https://svn.fhem.de/fhem/trunk@14814 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
50watt 2017-07-29 12:55:21 +00:00
parent d30384d086
commit 8967240f2e

View File

@ -2746,6 +2746,7 @@ sub PIONEERAVR_Read($)
# to update the OSD/screen while playing from iPad/network a command has to be sent regulary
if ($2 eq "02" ) {
RemoveInternalTimer( $hash, "PIONEERAVR_screenUpdate" );
# reset screenUpdate timer -> again in 5s
my $checkInterval = 5;
my $next = gettimeofday() + $checkInterval;