From f3d8e25db150d35c7c0b7b5904f744fbab4f8902 Mon Sep 17 00:00:00 2001 From: Dan VanWinkle Date: Thu, 14 Aug 2014 22:05:28 -0400 Subject: [PATCH 1/3] Update README.md to include new features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6557e3..cc71643 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,14 @@ Note: this is technically against the Nest TOS. So use at your own risk. * Polling * Relative Humidity Measurement * Thermostat + * Temperature Measurement * Custom Attributes: * presence * Custom Commands: * away * present * setPresence + * range 1. Publish the device type (next to Save button) > For Me From eaca34045b3ee76a8283ac49e4ede50157880ba4 Mon Sep 17 00:00:00 2001 From: Dan VanWinkle Date: Thu, 14 Aug 2014 22:06:28 -0400 Subject: [PATCH 2/3] Update nest.devicetype.groovy --- nest.devicetype.groovy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nest.devicetype.groovy b/nest.devicetype.groovy index ce5c9a8..7427534 100644 --- a/nest.devicetype.groovy +++ b/nest.devicetype.groovy @@ -13,12 +13,14 @@ * Polling * Relative Humidity Measurement * Thermostat + * Temperature Measurement * Custom Attributes: * presence * Custom Commands: * away * present * setPresence + * range * * 2) Create a new device (https://graph.api.smartthings.com/device/list) * Name: Your Choice @@ -62,7 +64,7 @@ preferences { // for the UI metadata { - definition (name: "Nest Thermostat", author: "dianoga7@3dgo.net") { + definition (name: "Nest", namespace: "smartthings-users", author: "dianoga7@3dgo.net") { capability "Polling" capability "Relative Humidity Measurement" capability "Thermostat" From bf7ac9f0ad97369e732716a38e823187e811d0e9 Mon Sep 17 00:00:00 2001 From: Dan VanWinkle Date: Thu, 14 Aug 2014 22:07:06 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc71643..a9651d2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Note: this is technically against the Nest TOS. So use at your own risk. 1. Create a new device type (https://graph.api.smartthings.com/ide/devices) * Name: Nest * Author: dianoga7@3dgo.net + * Namespace: smartthings-users * Capabilities: * Polling * Relative Humidity Measurement