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.

117 lines
4.8 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>pyad2 &mdash; pyad2 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="pyad2 documentation" href="index.html" />
  22. </head>
  23. <body>
  24. <div class="related">
  25. <h3>Navigation</h3>
  26. <ul>
  27. <li class="right" style="margin-right: 10px">
  28. <a href="genindex.html" title="General Index"
  29. accesskey="I">index</a></li>
  30. <li class="right" >
  31. <a href="py-modindex.html" title="Python Module Index"
  32. >modules</a> |</li>
  33. <li><a href="index.html">pyad2 documentation</a> &raquo;</li>
  34. </ul>
  35. </div>
  36. <div class="document">
  37. <div class="documentwrapper">
  38. <div class="bodywrapper">
  39. <div class="body">
  40. <div class="section" id="pyad2">
  41. <h1>pyad2<a class="headerlink" href="#pyad2" title="Permalink to this headline">ΒΆ</a></h1>
  42. <div class="toctree-wrapper compound">
  43. <ul>
  44. <li class="toctree-l1"><a class="reference internal" href="pyad2.html">pyad2 Package</a><ul>
  45. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.ad2"><tt class="docutils literal"><span class="pre">ad2</span></tt> Module</a></li>
  46. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.devices"><tt class="docutils literal"><span class="pre">devices</span></tt> Module</a></li>
  47. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.util"><tt class="docutils literal"><span class="pre">util</span></tt> Module</a></li>
  48. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.zonetracking"><tt class="docutils literal"><span class="pre">zonetracking</span></tt> Module</a></li>
  49. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.panels"><tt class="docutils literal"><span class="pre">panels</span></tt> Module</a></li>
  50. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#module-pyad2.messages"><tt class="docutils literal"><span class="pre">messages</span></tt> Module</a></li>
  51. <li class="toctree-l2"><a class="reference internal" href="pyad2.html#subpackages">Subpackages</a><ul>
  52. <li class="toctree-l3"><a class="reference internal" href="pyad2.event.html">event Package</a><ul>
  53. <li class="toctree-l4"><a class="reference internal" href="pyad2.event.html#id1"><tt class="docutils literal"><span class="pre">event</span></tt> Package</a></li>
  54. <li class="toctree-l4"><a class="reference internal" href="pyad2.event.html#module-pyad2.event.event"><tt class="docutils literal"><span class="pre">event</span></tt> Module</a></li>
  55. </ul>
  56. </li>
  57. </ul>
  58. </li>
  59. </ul>
  60. </li>
  61. </ul>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="sphinxsidebar">
  68. <div class="sphinxsidebarwrapper">
  69. <h3>This Page</h3>
  70. <ul class="this-page-menu">
  71. <li><a href="_sources/modules.txt"
  72. rel="nofollow">Show Source</a></li>
  73. </ul>
  74. <div id="searchbox" style="display: none">
  75. <h3>Quick search</h3>
  76. <form class="search" action="search.html" method="get">
  77. <input type="text" name="q" />
  78. <input type="submit" value="Go" />
  79. <input type="hidden" name="check_keywords" value="yes" />
  80. <input type="hidden" name="area" value="default" />
  81. </form>
  82. <p class="searchtip" style="font-size: 90%">
  83. Enter search terms or a module, class or function name.
  84. </p>
  85. </div>
  86. <script type="text/javascript">$('#searchbox').show(0);</script>
  87. </div>
  88. </div>
  89. <div class="clearer"></div>
  90. </div>
  91. <div class="related">
  92. <h3>Navigation</h3>
  93. <ul>
  94. <li class="right" style="margin-right: 10px">
  95. <a href="genindex.html" title="General Index"
  96. >index</a></li>
  97. <li class="right" >
  98. <a href="py-modindex.html" title="Python Module Index"
  99. >modules</a> |</li>
  100. <li><a href="index.html">pyad2 documentation</a> &raquo;</li>
  101. </ul>
  102. </div>
  103. <div class="footer">
  104. &copy; Copyright 2013, Author.
  105. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
  106. </div>
  107. </body>
  108. </html>