Skip to content

Commit

Permalink
Merge pull request #14 from dvanwinkle/feature/cleanup
Browse files Browse the repository at this point in the history
Feature/cleanup
  • Loading branch information
Dianoga committed Oct 5, 2014
2 parents c5a5660 + bf7ac9f commit aaa7903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
* 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

Expand Down
4 changes: 3 additions & 1 deletion nest.devicetype.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -62,7 +64,7 @@ preferences {

// for the UI
metadata {
definition (name: "Nest Thermostat", author: "[email protected]") {
definition (name: "Nest", namespace: "smartthings-users", author: "[email protected]") {
capability "Polling"
capability "Relative Humidity Measurement"
capability "Thermostat"
Expand Down

0 comments on commit aaa7903

Please sign in to comment.