Skip to content
ggodart edited this page Jan 6, 2021 · 1 revision

RedRat

See original

See RedRat

SYNOPSIS

  $ir_dvd=new RedRat;
  $ir_dvd->add("power","[PF62........]");
  $if_dvd->add("play","[PF62........]");

  $v_ir_dvd = new Voice_Cmd('push dvd [power,play] button');

  if ($state = said $v_ir_dvd) {
    $ir_dvd->set($state);
  }

DESCRIPTION

Used to control infrared devices with the RedRat2

(http://www.dodgies.demon.co.uk/index.html) Broken link

INHERITS

Serial_Item

INI PARAMETERS

RedRat_serial_port   = COM9

METHODS

AUTHOR

SEE ALSO

Clone this wiki locally