Merge pull request #1189 from marcolino7/master

PTZ - Added autostop to Down command on FI8918W
This commit is contained in:
Andrew Bauer 2016-01-24 07:40:30 -06:00
commit 50b113cd02
1 changed files with 1 additions and 0 deletions

View File

@ -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