Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkah/hubot-nest
A hubot script for nest thermostats
https://github.com/walkah/hubot-nest
Last synced: about 1 month ago
JSON representation
A hubot script for nest thermostats
- Host: GitHub
- URL: https://github.com/walkah/hubot-nest
- Owner: walkah
- Created: 2015-03-25T03:49:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T03:55:11.000Z (almost 10 years ago)
- Last Synced: 2024-11-17T02:39:56.702Z (about 2 months ago)
- Language: CoffeeScript
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-nest
A hubot script for nest thermostats
See [`src/nest.coffee`](src/nest.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-nest --save`
Then add **hubot-nest** to your `external-scripts.json`:
```json
["hubot-nest"]
```## Sample Interaction
```
user1>> hubot nest temp
Hubot>> Nest says it's 20.4ºC.
user1>> hubot nest status
Hubot>> Nest is currently set to 22ºC.
```