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.

109 lines
4.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>alarmdecoder &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="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">alarmdecoder 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="alarmdecoder">
  41. <h1>alarmdecoder<a class="headerlink" href="#alarmdecoder" 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="alarmdecoder.html">alarmdecoder Package</a><ul>
  45. <li class="toctree-l2"><a class="reference internal" href="alarmdecoder.html#module-alarmdecoder.decoder"><tt class="docutils literal"><span class="pre">decoder</span></tt> Module</a></li>
  46. <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>
  47. <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>
  48. <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>
  49. <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>
  50. <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>
  51. </ul>
  52. </li>
  53. </ul>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="sphinxsidebar">
  60. <div class="sphinxsidebarwrapper">
  61. <h3>This Page</h3>
  62. <ul class="this-page-menu">
  63. <li><a href="_sources/modules.txt"
  64. rel="nofollow">Show Source</a></li>
  65. </ul>
  66. <div id="searchbox" style="display: none">
  67. <h3>Quick search</h3>
  68. <form class="search" action="search.html" method="get">
  69. <input type="text" name="q" />
  70. <input type="submit" value="Go" />
  71. <input type="hidden" name="check_keywords" value="yes" />
  72. <input type="hidden" name="area" value="default" />
  73. </form>
  74. <p class="searchtip" style="font-size: 90%">
  75. Enter search terms or a module, class or function name.
  76. </p>
  77. </div>
  78. <script type="text/javascript">$('#searchbox').show(0);</script>
  79. </div>
  80. </div>
  81. <div class="clearer"></div>
  82. </div>
  83. <div class="related">
  84. <h3>Navigation</h3>
  85. <ul>
  86. <li class="right" style="margin-right: 10px">
  87. <a href="genindex.html" title="General Index"
  88. >index</a></li>
  89. <li class="right" >
  90. <a href="py-modindex.html" title="Python Module Index"
  91. >modules</a> |</li>
  92. <li><a href="index.html">alarmdecoder documentation</a> &raquo;</li>
  93. </ul>
  94. </div>
  95. <div class="footer">
  96. &copy; Copyright 2013, Nu Tech Software Solutions, Inc..
  97. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
  98. </div>
  99. </body>
  100. </html>