From fa788191b7fd6ab19e881409f2150a79d44f3e91 Mon Sep 17 00:00:00 2001 From: codersaur Date: Fri, 24 Feb 2017 17:35:03 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f07f365..e9eb0ff 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This repository contains device handlers and SmartApps for use with Samsung's [S #### Part Two: Update existing device types -When you add new devices, SmartThings will automatically select the device handler with the closest-matching *fingerprint*. However, this process is not perfect and it often fails to select the desired device handler. You may also have pre-existing devices that you want to have use the new device handler. In these cases, you need to change the device type of each device instance from the IDE. +When you add new devices, SmartThings will automatically select the device handler with the closest-matching *fingerprint*. However, this process is not perfect and it often fails to select the desired device handler. You may also have pre-existing devices you want to switch to new device handler. In these cases, you need to change the device type of each device instance from the IDE. 1. Within the SmartThings IDE, click on '*My Devices*'. 2. Click on the appropriate device to bring up its properties. @@ -82,7 +82,7 @@ When you add new devices, SmartThings will automatically select the device handl If you have changed the type of an existing device, it is very important to update the device's settings to ensure the device instance is fully initialised and ready for use with the new device handler. -1. Within the SmartThings IDE, click on '*Live Logging*'. +1. Within the SmartThings IDE, click on the '*Live Logging*' tab to monitor an messages generated by the following steps. 2. In the SmartThings app on your phone, navigate to the device (you should find the GUI has changed to reflect the new tiles configuration). 3. Press the gear icon to edit the device's settings. 4. Review each setting to ensure it has a suitable value, then press '*Done*'.