From d16484abc174fd5d0c29f17539dcc44a53d5ae73 Mon Sep 17 00:00:00 2001 From: codersaur Date: Mon, 4 Apr 2016 09:33:53 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25b3c70..91e5197 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains device handlers and SmartApps for use with Samsung's [S 1. Within the SmartThings IDE, click '*My SmartApps*', then '*+ New SmartApp*'. 2. Select the '*From Code*' tab and paste in the contents of the relevant groovy file. 3. Click '*Create*', and then '*Publish*' *(For Me)*. -4. Now using the SmartThings smartphone app, navigate to the '*Marketplace*', select '*SmartApps*', and then browse to '*My Apps*' at the bottom of the list. You should see the new SmartApp available for installation. +4. Now using the SmartThings smartphone app, navigate to the '*Marketplace*', select '*SmartApps*', then browse to '*My Apps*' at the bottom of the list. You should see the new SmartApp available for installation. 5. Select the new SmartApp, complete the configuraiton options and press '*Done*'. @@ -44,7 +44,7 @@ This repository contains device handlers and SmartApps for use with Samsung's [S 1. Within the SmartThings IDE, click '*My Device Handlers*', then '*+ Create New Device Handler*'. 2. Select the '*From Code*' tab and paste in the contents of the relevant groovy file. -3. Click '*Create*', and then '*Publish*' *(For Me)*. +3. Click '*Create*', then '*Publish*' *(For Me)*. 4. If your device is already connected to your SmartTHings hub, you will need to change the device type using the SmartThings IDE. From the '*My Devices*' tab, click the relevent device, then '*Edit*'. Change the '*Type*' using the drop-down box, custom devices will be near the bottom of the list.