Site updated at 2017-06-16 16:28:31 UTC

This commit is contained in:
Travis CI 2017-06-16 16:28:31 +00:00
parent 9d823e4c00
commit e6ae419c49
26 changed files with 40 additions and 40 deletions

View file

@ -84,7 +84,7 @@ state from <code class="highlighter-rouge">state_topic</code>. If these messages
<ul>
<li><strong>name</strong> (<em>Optional</em>): The name of the sensor. Default is <code class="highlighter-rouge">MQTT Cover</code>.</li>
<li><strong>state_topic</strong> (<em>Optional</em>): The MQTT topic subscribed to receive sensor values.</li>
<li><strong>command_topic</strong> (<em>Required</em>): The MQTT topic to publish commands to control the rollershutter.</li>
<li><strong>command_topic</strong> (<em>Optional</em>): The MQTT topic to publish commands to control the rollershutter.</li>
<li><strong>payload_open</strong> (<em>Optional</em>): The payload that opens the cover. Default is <code class="highlighter-rouge">OPEN</code>.</li>
<li><strong>payload_close</strong> (<em>Optional</em>): The payload that closes the cover. Default is <code class="highlighter-rouge">CLOSE</code>.</li>
<li><strong>payload_stop</strong> (<em>Optional</em>): The payload that stops the rollershutter. default is <code class="highlighter-rouge">STOP</code>.</li>