Site updated at 2015-07-01 05:58:00 UTC
This commit is contained in:
parent
86dee3fe5a
commit
a699ae115d
117 changed files with 828 additions and 372 deletions
|
@ -75,7 +75,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li><a href="/blog/">Blog</a></li>
|
||||
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
|
||||
<li><a href="/help/help.html">Need help?</a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
@ -106,7 +106,9 @@
|
|||
|
||||
|
||||
<p><img src='/images/supported_brands/modbus.png' class='brand pull-right' />
|
||||
Modbus is a serial communication protocol to control PLCs. It currently supports sensors and switches which can be controlled over serial, TCP and UDP connections.</p>
|
||||
<a href="http://www.modbus.org/">Modbus</a> is a serial communication protocol to control PLCs (Programmable logic controller). It currently supports sensors and switches which can be controlled over serial, TCP, and UDP connections.</p>
|
||||
|
||||
<p>To add modbus to your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||
|
||||
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
|
||||
<span class='line-number'>2</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue