/pyinsteon

Insteon (and X10) device library for Python currently supporting the SmartLabs SmartLinc 2412N Insteon HomeAutomation controller. The framework is built to support additional interfaces (2412S, 2412U) in the future as well. If you would like commit access drop me a line

Primary LanguagePython

'''
File:
        pyinsteon.py

Description:
        Insteon Home Automation Protocol library for Python (Smarthome 2412N, 2412S, 2412U)
        
        For more information regarding the technical details of the PLM:
                http://www.smarthome.com/manuals/2412sdevguide.pdf

Author(s): 
         Jason Sharpee <jason@sharpee.com>  http://www.sharpee.com
	 Pyjamasam@GitHub <>
         mahmul @ #python
         Ene Uran 01/19/2008    http://www.daniweb.com/software-development/python/code/217019

        Based loosely on the Insteon_PLM.pm code:
        -       Expanded by Gregg Liming <gregg@limings.net>

License:
    This free software is licensed under the terms of the GNU public license, Version 1     

Usage:
    - Instantiate PyInsteon by passing in an interface
    - Call its methods
    - ?
    - Profit

Example: (see bottom of PyInsteon.py file) 

Notes:
    - Todo: Read Style Guide @: http://www.python.org/dev/peps/pep-0008/

Created on Mar 26, 2011