Site updated at 2016-10-04 22:25:26 UTC

This commit is contained in:
Travis CI 2016-10-04 22:25:26 +00:00
parent 7218bb2663
commit ea8047091e
24 changed files with 38 additions and 38 deletions

View file

@ -89,7 +89,7 @@
<hr class="divider">
<p>Assume that you have an enocean wall switch and some Philips Hue lamps. The enocean wall swtich will fire the event button_pressed and pass along several parameters which is used to turn on/off the lamps.</p>
<p>Assume that you have an enocean wall switch and some Philips Hue lamps. The enocean wall switch will fire the event button_pressed and pass along several parameters which is used to turn on/off the lamps.</p>
<p>event_data:</p>

View file

@ -96,7 +96,7 @@ The following outlines examples of the switch, services, and scripts required to
<p>The <code class="highlighter-rouge">switch.foscam_motion</code> will control whether the motion detection is on or off. This switch supports <code class="highlighter-rouge">statecmd</code>, which checks the current state of motion detection.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Replace admin and password with an "Admin" priviledged Foscam user</span>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Replace admin and password with an "Admin" privileged Foscam user</span>
<span class="c1"># Replace ipaddress with the local IP address of your Foscam</span>
<span class="s">switch</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">command_line</span>