I ment this file
So far I can see you have configured
Code: Select all
#Up Arrow
sub moveConUp
{
my $self = shift;
$stop_command = “1?;
Debug( “Move Up” );
my $cmd = “decoder_control.cgi?command=0&user=admin&pwd=”;
$self->sendCmd( $cmd );
}
Code: Select all
#Up Arrow
sub Up
{
my $self = shift;
Debug( “Move Up” );
my $cmd = “decoder_control.cgi?command=0&user=admin&pwd=”;
$self->sendCmd( $cmd );
}
When you have saved the file click several times on the button to test it.