A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

138 lines
6.5 KiB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Welcome to alarmdecoder’s documentation! &mdash; alarmdecoder documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="alarmdecoder documentation" href="#" />
  22. <link rel="next" title="alarmdecoder Package" href="alarmdecoder.html" />
  23. </head>
  24. <body>
  25. <div class="related">
  26. <h3>Navigation</h3>
  27. <ul>
  28. <li class="right" style="margin-right: 10px">
  29. <a href="genindex.html" title="General Index"
  30. accesskey="I">index</a></li>
  31. <li class="right" >
  32. <a href="py-modindex.html" title="Python Module Index"
  33. >modules</a> |</li>
  34. <li class="right" >
  35. <a href="alarmdecoder.html" title="alarmdecoder Package"
  36. accesskey="N">next</a> |</li>
  37. <li><a href="#">alarmdecoder documentation</a> &raquo;</li>
  38. </ul>
  39. </div>
  40. <div class="document">
  41. <div class="documentwrapper">
  42. <div class="bodywrapper">
  43. <div class="body">
  44. <div class="section" id="welcome-to-alarmdecoder-s-documentation">
  45. <h1>Welcome to alarmdecoder&#8217;s documentation!<a class="headerlink" href="#welcome-to-alarmdecoder-s-documentation" title="Permalink to this headline">¶</a></h1>
  46. <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>
  47. <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>
  48. <p>Table of Contents:</p>
  49. <div class="toctree-wrapper compound">
  50. <ul>
  51. <li class="toctree-l1"><a class="reference internal" href="alarmdecoder.html">alarmdecoder Package</a><ul>
  52. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.decoder"><tt class="docutils literal"><span class="pre">alarmdecoder</span></tt> Module</a></li>
  53. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.devices"><tt class="docutils literal"><span class="pre">devices</span></tt> Module</a></li>
  54. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.messages"><tt class="docutils literal"><span class="pre">messages</span></tt> Module</a></li>
  55. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.zonetracking"><tt class="docutils literal"><span class="pre">zonetracking</span></tt> Module</a></li>
  56. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.util"><tt class="docutils literal"><span class="pre">util</span></tt> Module</a></li>
  57. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.panels"><tt class="docutils literal"><span class="pre">panels</span></tt> Module</a></li>
  58. </ul>
  59. </li>
  60. </ul>
  61. </div>
  62. </div>
  63. <div class="section" id="indices-and-tables">
  64. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  65. <ul class="simple">
  66. <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
  67. <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
  68. <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
  69. </ul>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="sphinxsidebar">
  75. <div class="sphinxsidebarwrapper">
  76. <h3><a href="#">Table Of Contents</a></h3>
  77. <ul>
  78. <li><a class="reference internal" href="#">Welcome to alarmdecoder&#8217;s documentation!</a><ul>
  79. </ul>
  80. </li>
  81. <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
  82. </ul>
  83. <h4>Next topic</h4>
  84. <p class="topless"><a href="alarmdecoder.html"
  85. title="next chapter">alarmdecoder Package</a></p>
  86. <h3>This Page</h3>
  87. <ul class="this-page-menu">
  88. <li><a href="_sources/index.txt"
  89. rel="nofollow">Show Source</a></li>
  90. </ul>
  91. <div id="searchbox" style="display: none">
  92. <h3>Quick search</h3>
  93. <form class="search" action="search.html" method="get">
  94. <input type="text" name="q" />
  95. <input type="submit" value="Go" />
  96. <input type="hidden" name="check_keywords" value="yes" />
  97. <input type="hidden" name="area" value="default" />
  98. </form>
  99. <p class="searchtip" style="font-size: 90%">
  100. Enter search terms or a module, class or function name.
  101. </p>
  102. </div>
  103. <script type="text/javascript">$('#searchbox').show(0);</script>
  104. </div>
  105. </div>
  106. <div class="clearer"></div>
  107. </div>
  108. <div class="related">
  109. <h3>Navigation</h3>
  110. <ul>
  111. <li class="right" style="margin-right: 10px">
  112. <a href="genindex.html" title="General Index"
  113. >index</a></li>
  114. <li class="right" >
  115. <a href="py-modindex.html" title="Python Module Index"
  116. >modules</a> |</li>
  117. <li class="right" >
  118. <a href="alarmdecoder.html" title="alarmdecoder Package"
  119. >next</a> |</li>
  120. <li><a href="#">alarmdecoder documentation</a> &raquo;</li>
  121. </ul>
  122. </div>
  123. <div class="footer">
  124. &copy; Copyright 2013, Nu Tech Software Solutions, Inc..
  125. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
  126. </div>
  127. </body>
  128. </html>