Metadata-Version: 2.1
Name: pyTexecom
Version: 0.2.1
Summary: Texecom Interface Libary
Home-page: https://github.com/JDW2018/pyTexecom
Author: James Drew Williams
Author-email: james@jmtechnical.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# pytexecom

This project is an attempt to create a python libary for communicating with Texecom Premier Elite Alarms Panels. The plugin is designed to be connected to COM port 2 on the panel with the following configuration

Mode: Crestron 
Speed: 19200
Data Bits: 8 
Stop Bits: 1
Parity: None

The alarm panel communicates with the libary on every state change. The libary implements a callback for devices so they can be notifed of changes.  


