Merge pull request #1189 from marcolino7/master
PTZ - Added autostop to Down command on FI8918W
This commit is contained in:
commit
50b113cd02
|
@ -173,6 +173,7 @@ sub moveConDown
|
|||
Debug( "Move Down" );
|
||||
my $cmd = "decoder_control.cgi?command=2";
|
||||
$self->sendCmd( $cmd );
|
||||
$self->autoStop( $self->{Monitor}->{AutoStopTimeout} );
|
||||
}
|
||||
|
||||
#Left Arrow
|
||||
|
|
Loading…
Reference in New Issue