The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

    x10home - Control X10 devices by name

SYNOPSIS

    $ x10home device_name command

DESCRIPTION

x10home controls devices configured by X10::Home on the command line. If you have a configuration file like

    #x10.conf sample file
    module: ControlX10::CM11
    device: "/dev/ttyS0"
    receivers:  
      - name: office_lights
        code: K10
        desc: Office Back Lights
      - name: water
        code: K11
        desc: Plant Sprinkler

then running

    $ x10 office_lights on

will send an 'on' command to the device with house code 'K' and unit code '10'. To query the (assumed) status of the device, run

    $ x10 office_lights status
    on

afterwards.

EXAMPLES

  $ x10 office_lights on
  $ x10 office_lights status
  on

  $ x10 office_lights off
  $ x10 office_lights status
  off

LEGALESE

Copyright 2007 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2007, Mike Schilli <cpan@perlmeister.com>