Site updated at 2017-01-30 21:33:58 UTC

This commit is contained in:
Travis CI 2017-01-30 21:33:58 +00:00
parent b0a76a9918
commit 54d231e5b7
23 changed files with 37 additions and 37 deletions

View file

@ -149,7 +149,7 @@ Make sure that your topic match exact. <code class="highlighter-rouge">some-topi
<p>For a check you can use the command line tools <code class="highlighter-rouge">mosquitto_pub</code> shipped with <code class="highlighter-rouge">mosquitto</code> to send MQTT messages. This allows you to operate your switch manually:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>mosquitto_pub -h 127.0.0.1 -t home/bedroom/switch1set -m <span class="s2">"ON"</span>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>mosquitto_pub -h 127.0.0.1 -t home/bedroom/switch1 -m <span class="s2">"ON"</span>
</code></pre>
</div>