landlessness / zetta-thermostat-honeywell-lyric

0 stars 1 forks source link

Zetta Thermostat Driver for Honeywell Lyric

Install

$> npm install zetta-thermostat-honeywell-lyric-driver

Usage

var zetta = require('zetta');
var Thermostat = require('zetta-thermostat-honeywell-lyric');

zetta()
  .use(Thermostat)
  .listen(1337)