Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krlaframboise authored May 26, 2018
1 parent 3ea25ed commit 9cc8a7b
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a name="ReadMeAnchor"></a>
<h1>Welcome to Kevin LaFramboise's SmartThings Repository</h1>

Below you will find a list of the SmartApps and Device Handlers that I've created. I've included a short description of what they can do along with links to their code and topics on the SmartThings forum.
Below you will find a list of the SmartApps and Device Handlers that I've created. I've included a short description of what they can do and included links to their topics in the SmartThings forum.

If you like the SmartApps and Device Handlers I've created and you would like to make a donation, please go to https://www.paypal.me/krlaframboise

Expand All @@ -23,8 +23,10 @@ If you like the SmartApps and Device Handlers I've created and you would like to
<ul>
<li><p><a href="#device-type-handlers">Device Type Handlers</a></p>
<ul>
<li><a href="#aeon-labs-aeotec-doorbell">Aeon Labs Aeotec Doorbell</a></li>
<li><a href="#aeon-labs-multifunction-siren">Aeon Labs Multifunction Siren</a></li>
<li><a href="#aeotec-doorbell">Aeotec Doorbell</a></li>
<li><a href="#aeotec-nanomote">Aeotec NanoMote One</a></li>
<li><a href="#aeotec-nanomote">Aeotec NanoMote Quad</a></li>
<li><a href="#aeon-labs-multifunction-siren">Aeotec Siren</a></li>
<li><a href="#alarm-switch">Alarm Switch</a></li>
<li><a href="#dome-door-sensor">Dome Door Sensor</a></li>
<li><a href="#dome-doorwindow-sensor-pro">Dome Door/Window Sensor Pro</a></li>
Expand All @@ -44,6 +46,8 @@ If you like the SmartApps and Device Handlers I've created and you would like to
<li><a href="#gocontrollinear-multifunction-contact-sensor">GoControl/Linear Multifunction Contact Sensor</a></li>
<li><a href="#gocontrollinear-motion-sensor">GoControl/Linear Motion Sensor</a></li>
<li><a href="#gocontrollinear-multifunction-siren">GoControl/Linear/Vision Multifunction Siren</a></li>
<li><a href="#aeotec-nanomote">Hank Scene Controller</a></li>
<li><a href="#aeotec-nanomote">Hank Four-Key Scene Controller</a></li>
<li><a href="#leaksmart-water-valve">LeakSmart Water Valve</a></li>
<li><a href="#visionmonoprice-shock-sensor">Monoprice Shock Sensor</a></li>
<li><a href="#monoprice-z-wave-plus-doorwindow-sensor">Monoprice Z-Wave Plus Door/Window Sensor</a></li>
Expand All @@ -55,6 +59,7 @@ If you like the SmartApps and Device Handlers I've created and you would like to
<li><a href="#wireless-smoke-detector-sensor">Wireless Smoke Detector Sensor</a></li>
<li><a href="#zipato-multisound-siren">Zipato Multisound Siren</a></li>
<li><a href="#zooz-4-in-1-sensor">Zooz 4-in-1 Sensor</a></li>
<li><a href="#zooz-motion-sensor-zse18">Zooz Motion Sensor ZSE18</a></li>
<li><a href="#zooz-power-switchzooz-smart-plug">Zooz Smart Plug</a></li>
<li><a href="#zooz-power-strip">Zooz Power Strip</a></li>
<li><a href="#zooz-power-switchzooz-smart-plug">Zooz Power Switch</a></li>
Expand Down Expand Up @@ -112,13 +117,26 @@ If you like the SmartApps and Device Handlers I've created and you would like to

<h2>Device Type Handlers</h2>

<h3>Aeon Labs Aeotec Doorbell</h3>
<h3>Aeotec Doorbell</h3>

<ul>
<li>DTH for the Aeon Labs Aeotec Doorbell that allows you to use the device as a Switch, Alarm, Tone Generator, Music Player, and Audio Notification. Implements custom commands to allow you to play tracks by track number and change the volume on the fly.<br /></li>

<li><a href="https://community.smartthings.com/t/release-aeon-labs-aeotec-doorbell/39166?u=krlaframboise">View Documentation in SmartThings Forum</a></li>
<li><a href="https://github.com/krlaframboise/SmartThings/tree/master/devicetypes/krlaframboise/aeotec-doorbell.src">View Aeon Labs Aeotec Doorbell - Device Handler Code</a></li>
<li><a href="https://github.com/krlaframboise/SmartThings/tree/master/devicetypes/krlaframboise/aeotec-doorbell.src">View Aeotec Doorbell - Device Handler Code</a></li>
</ul>

<hr />

<h3>Aeotec NanoMote</h3>

<ul>
<li>This is a device handler for:
<ul><li>Aeotec NanoMote One (ZWA003-A)</li>
<li>Aeotec NanoMote Quad (ZWA004-A)</li>
<li>Hank Scene Controller (HKZW-SCN01)</li>
<li>Hank Four-Key Scene Controller (HKZW-SCN04)</li></ul></li>
<li><a href="https://github.com/krlaframboise/SmartThings/blob/master/devicetypes/krlaframboise/aeotec-nanomote.src/aeotec-nanomote.groovy">View Aeotec NanoMote - Device Handler Code</a></li>
</ul>

<hr />
Expand Down Expand Up @@ -471,6 +489,16 @@ Supports the Tamper Alert Capability.<br /></li>

<hr />

<h3>Zooz Motion Sensor ZSE18</h3>

<ul>
<li>This is a device handler for the Zooz Motion Sensor (ZSE18)<br /></li>
<li>Reports Motion, Acceleration, and Battery</li>
<li><a id="ZoozMotionSensorZSE" href="https://github.com/krlaframboise/SmartThings/blob/master/devicetypes/krlaframboise/zooz-motion-sensor-zse18.src/zooz-motion-sensor-zse18.groovy">View Zooz Motion Sensor ZSE18 - Device Handler Code</a></li>
</ul>

<hr />

<h3>Zooz Power Strip</h3>

<ul>
Expand Down

0 comments on commit 9cc8a7b

Please sign in to comment.