2018-11-16 20:49:16 +01:00
2018-12-08 14:21:00 +01:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "X-UA-Compatible" content = "IE=Edge" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< title > Sensor — CraftBeerPi 4.0 documentation< / title >
< link rel = "stylesheet" href = "_static/alabaster.css" type = "text/css" / >
< link rel = "stylesheet" href = "_static/pygments.css" type = "text/css" / >
< script type = "text/javascript" id = "documentation_options" data-url_root = "./" src = "_static/documentation_options.js" > < / script >
< script type = "text/javascript" src = "_static/jquery.js" > < / script >
< script type = "text/javascript" src = "_static/underscore.js" > < / script >
< script type = "text/javascript" src = "_static/doctools.js" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
< link rel = "next" title = "Kettle" href = "kettle_controller.html" / >
< link rel = "prev" title = "Actor" href = "actor.html" / >
< link rel = "stylesheet" href = "_static/custom.css" type = "text/css" / >
2018-11-16 20:49:16 +01:00
2018-12-08 14:21:00 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=0.9, maximum-scale=0.9" / >
2018-11-18 15:40:10 +01:00
2018-12-08 14:21:00 +01:00
< / head > < body >
2018-11-18 15:40:10 +01:00
2018-12-08 14:21:00 +01:00
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
2018-11-16 20:49:16 +01:00
2018-12-08 14:21:00 +01:00
< div class = "body" role = "main" >
< div class = "section" id = "sensor" >
< h1 > Sensor< a class = "headerlink" href = "#sensor" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "section" id = "architecture" >
< h2 > Architecture< a class = "headerlink" href = "#architecture" title = "Permalink to this headline" > ¶< / a > < / h2 >
< / div >
< div class = "section" id = "module-core.controller.sensor_controller" >
< span id = "sensorcontroller" > < / span > < h2 > SensorController< a class = "headerlink" href = "#module-core.controller.sensor_controller" title = "Permalink to this headline" > ¶< / a > < / h2 >
< / div >
< div class = "section" id = "custom-sensor" >
< h2 > Custom Sensor< a class = "headerlink" href = "#custom-sensor" title = "Permalink to this headline" > ¶< / a > < / h2 >
< / div >
< / div >
2018-11-18 15:40:10 +01:00
2018-12-08 14:21:00 +01:00
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< h1 class = "logo" > < a href = "index.html" > CraftBeerPi< / a > < / h1 >
2018-11-18 15:40:10 +01:00
2018-11-16 20:49:16 +01:00
2018-11-18 15:40:10 +01:00
2018-11-16 20:49:16 +01:00
2018-12-08 14:21:00 +01:00
< h3 > Navigation< / h3 >
< ul class = "current" >
2018-11-18 15:40:10 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "install.html" > Installation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "core.html" > Core< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "actor.html" > Actor< / a > < / li >
< li class = "toctree-l1 current" > < a class = "current reference internal" href = "#" > Sensor< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "#architecture" > Architecture< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "#module-core.controller.sensor_controller" > SensorController< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "#custom-sensor" > Custom Sensor< / a > < / li >
< / ul >
< / li >
2018-12-08 14:21:00 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "kettle_controller.html" > Kettle< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "properties.html" > Properties< / a > < / li >
2018-11-18 15:40:10 +01:00
< / ul >
2018-12-08 14:21:00 +01:00
< div class = "relations" >
< h3 > Related Topics< / h3 >
< ul >
< li > < a href = "index.html" > Documentation overview< / a > < ul >
< li > Previous: < a href = "actor.html" title = "previous chapter" > Actor< / a > < / li >
< li > Next: < a href = "kettle_controller.html" title = "next chapter" > Kettle< / a > < / li >
< / ul > < / li >
< / ul >
2018-11-18 15:40:10 +01:00
< / div >
2018-12-08 14:21:00 +01:00
< div id = "searchbox" style = "display: none" role = "search" >
< h3 > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "search.html" method = "get" >
< input type = "text" name = "q" / >
< input type = "submit" value = "Go" / >
< input type = "hidden" name = "check_keywords" value = "yes" / >
< input type = "hidden" name = "area" value = "default" / >
< / form >
< / div >
2018-11-18 15:40:10 +01:00
< / div >
2018-12-08 14:21:00 +01:00
< script type = "text/javascript" > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
2018-11-18 15:40:10 +01:00
2018-11-16 20:49:16 +01:00
2018-11-18 15:40:10 +01:00
< / div >
< / div >
2018-12-08 14:21:00 +01:00
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
© 2018, Manuel Fritsch.
|
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 1.8.2< / a >
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.12< / a >
|
< a href = "_sources/sensor.rst.txt"
rel="nofollow">Page source< / a >
< / div >
2018-11-16 20:49:16 +01:00
2018-11-18 15:40:10 +01:00
2018-12-08 14:21:00 +01:00
< / body >
2018-11-16 20:49:16 +01:00
< / html >