From e120ef71d4912ee968eb36add49cf22f311b5d51 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sat, 6 Feb 2016 21:50:41 -0600 Subject: [PATCH] Update README.md missing step of copying code from repo. without this step, step 6 part 2 didn't work. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f52629..4cd0737 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Note: this is technically against the Nest TOS. So use at your own risk. * setFahrenheit * setCelsius +1. Copy the contents of https://github.com/smartthings-users/device-type.nest/blob/master/nest.devicetype.groovy into the device handler code window + 1. Publish the device type (next to Save button) > For Me 1. If you want to switch from slider controls to buttons, comment out the slider details line and uncomment the button details line.