|
@@ -50,7 +50,7 @@ |
|
|
|
|
|
|
|
|
<div class="section" id="welcome-to-alarm-decoder-s-documentation"> |
|
|
<div class="section" id="welcome-to-alarm-decoder-s-documentation"> |
|
|
<h1>Welcome to Alarm Decoder’s documentation!<a class="headerlink" href="#welcome-to-alarm-decoder-s-documentation" title="Permalink to this headline">¶</a></h1> |
|
|
<h1>Welcome to Alarm Decoder’s documentation!<a class="headerlink" href="#welcome-to-alarm-decoder-s-documentation" title="Permalink to this headline">¶</a></h1> |
|
|
<p>This is the API documentation for the <a class="reference external" href="http://www.alarmdecoder.com">Alarm Decoder</a> Python library. It provides support for interacting with the <a class="reference external" href="http://www.alarmdecoder.com">Alarm Decoder</a> (AD2) family of security alarm devices, including the <a class="reference external" href="http://www.alarmdecoder.com">AD2USB</a>, <a class="reference external" href="http://www.alarmdecoder.com">AD2SERIAL</a> and <a class="reference external" href="http://www.alarmdecoder.com">AD2PI</a>.</p> |
|
|
|
|
|
|
|
|
<p>This is the API documentation for the <a class="reference external" href="http://www.alarmdecoder.com">Alarm Decoder</a> Python library. It provides support for interacting with the <a class="reference external" href="http://www.alarmdecoder.com">Alarm Decoder</a> (AD2) family of security alarm devices, including the AD2USB, AD2SERIAL and AD2PI.</p> |
|
|
<p>The source code, requirements and examples for this project may be found <a class="reference external" href="http://github.com/nutechsoftware/alarmdecoder">here</a>.</p> |
|
|
<p>The source code, requirements and examples for this project may be found <a class="reference external" href="http://github.com/nutechsoftware/alarmdecoder">here</a>.</p> |
|
|
<p>Please see the <a class="reference external" href="http://github.com/nutechsoftware/alarmdecoder/tree/master/examples">examples</a> directory for more samples, but a basic one is included below:</p> |
|
|
<p>Please see the <a class="reference external" href="http://github.com/nutechsoftware/alarmdecoder/tree/master/examples">examples</a> directory for more samples, but a basic one is included below:</p> |
|
|
<div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">time</span> |
|
|
<div class="highlight-python"><div class="highlight"><pre><span class="kn">import</span> <span class="nn">time</span> |
|
|