Metadata-Version: 2.1
Name: pyalarmdotcomajax
Version: 0.1.13
Summary: Python Interface for Alarm.com
Home-page: http://github.com/uvjustin/pyalarmdotcomajax/
Author: Justin Wong
Author-email: 46082645+uvjustin@users.noreply.github.com
License:  
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.txt

Alarm.com Python Library
===============================

version number: 0.1.13
author: Justin Wong

Overview
--------

A simple library to interface with Alarm.com using AJAX.
Forked from Daren Lord's pyalarmdotcom. Mainly built for use with Home-Assistant.

Installation / Usage
--------------------

To install use pip:

    $ pip install pyalarmdotcomajax


Or clone the repo:

    $ git clone https://github.com/uvjustin/pyalarmdotcomajax.git
    $ python setup.py install

Sensor deviceTypes
------------------

This list identifies deviceTypes used in the alarm.com API and is incomplete. Please help by submitting missing values.

| deviceType | Description          |
|------------|----------------------|
| 1          | Contact Sensor       |
| 5          | Smoke Detector       |
| 6          | CO Detector          |
| 9          | Panic Button         |
| 19         | Glass Break Detector |

Contributing
------------

TBD

Example
-------

TBD



