Skip to content

Commit 2d17a1c

Browse files
committed
Update README
1 parent 73b8703 commit 2d17a1c

10 files changed

+30
-20
lines changed

README.md

+5-20
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
## SmartThings Projects
22

3-
__Please note that SmartThings Groovy-based SmartApps and device handlers will be shut down at the end of 2022. Therefore, all the projects listed here are now obsolete. Surely it was fun while it lasted :)__
3+
This repository contains open source applications and device drivers for the
4+
[SmartThings](http://www.smartthings.com) home automation system.
45

56
---
7+
__Please note that SmartThings Groovy-based SmartApps and device handlers will be shut down at the end of 2022.__
68

7-
This repository contains open source applications (SmartApps) and custom
8-
device handlers I have written for the [SmartThings](http://www.smartthings.com)
9-
home automation system.
10-
11-
### Smart Apps
12-
13-
* [__Dim and Dimmer__](DimAndDimmer.md) - Create lighting scenes triggered by
14-
mode changes.
15-
* [__Pollster__](Pollster.md) - A SmartThings polling daemon.
16-
* [__Remind to Lock__](RemindToLock.md) - Notify me when a door is left
17-
unlocked.
18-
* [__Remote Controller__](remote-controller.md) - Use remote controls to
19-
execute Routines, change Modes and arm/disarm Smart Home Monitor.
20-
* [__Smart Alarm__](SmartAlarm.md) - A multi-zone virtual alarm panel.
21-
22-
### Device Handlers
23-
24-
* [__Radio Thermostat__](RadioThermostat.md) - Filtrete 3M-50 WiFi Thermostat device handler.
25-
* [__VLC Thing__](VlcThing.md) - A device handler for controlling VLC media player (Sonos emulation).
9+
For the legacy Groovy-based SmratThings projects, please go [__here__](../tree/master/legacy/README.md)
10+
---
File renamed without changes.

LICENSE renamed to legacy/LICENSE

File renamed without changes.
File renamed without changes.

legacy/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Legacy SmartThings Projects
2+
3+
__Please note that SmartThings Groovy-based SmartApps and device handlers will be shut down at the end of 2022. Therefore, all the projects listed here are now obsolete. Surely it was fun while it lasted :)__
4+
5+
---
6+
7+
This repository contains open source applications (SmartApps) and custom
8+
device handlers I have written for the [SmartThings](http://www.smartthings.com)
9+
home automation system.
10+
11+
### Smart Apps
12+
13+
* [__Dim and Dimmer__](DimAndDimmer.md) - Create lighting scenes triggered by
14+
mode changes.
15+
* [__Pollster__](Pollster.md) - A SmartThings polling daemon.
16+
* [__Remind to Lock__](RemindToLock.md) - Notify me when a door is left
17+
unlocked.
18+
* [__Remote Controller__](remote-controller.md) - Use remote controls to
19+
execute Routines, change Modes and arm/disarm Smart Home Monitor.
20+
* [__Smart Alarm__](SmartAlarm.md) - A multi-zone virtual alarm panel.
21+
22+
### Device Handlers
23+
24+
* [__Radio Thermostat__](RadioThermostat.md) - Filtrete 3M-50 WiFi Thermostat device handler.
25+
* [__VLC Thing__](VlcThing.md) - A device handler for controlling VLC media player (Sonos emulation).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)