This commit is contained in:
Marko Oldenburg 2018-01-11 13:10:42 +01:00
parent 535f8c0a7f
commit dcbeb99703

View File

@ -1214,7 +1214,6 @@ sub LGTV_WebOS_GetAudioStatus($) {
my $name = $hash->{NAME};
RemoveInternalTimer($hash,'LGTV_WebOS_GetAudioStatus');
Log3 $name, 4, "LGTV_WebOS ($name) - LGTV_WebOS_GetAudioStatus: " . $hash->{helper}{device}{runsetcmd};
LGTV_WebOS_CreateSendCommand($hash,$lgCommands{getAudioStatus},undef) if($hash->{helper}{device}{runsetcmd} == 0);
}
@ -1269,7 +1268,6 @@ sub LGTV_WebOS_GetChannelProgramInfo($) {
my $name = $hash->{NAME};
RemoveInternalTimer($hash,'LGTV_WebOS_GetChannelProgramInfo');
Log3 $name, 4, "LGTV_WebOS ($name) - LGTV_WebOS_GetChannelProgramInfo: " . $hash->{helper}{device}{runsetcmd};
LGTV_WebOS_CreateSendCommand($hash,$lgCommands{getChannelProgramInfo},undef) if($hash->{helper}{device}{runsetcmd} == 0);
}