diff --git a/README.md b/README.md index e6557e3..a9651d2 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,19 @@ 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 * Thermostat + * Temperature Measurement * Custom Attributes: * presence * Custom Commands: * away * present * setPresence + * range 1. Publish the device type (next to Save button) > For Me diff --git a/nest.devicetype.groovy b/nest.devicetype.groovy index 54ac84f..f0e983d 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"