zetta-thermostat-honeywell-lyric-driver

Zetta thermostat driver for Honeywell Lyric.

Usage no npm install needed!

<script type="module">
  import zettaThermostatHoneywellLyricDriver from 'https://cdn.skypack.dev/zetta-thermostat-honeywell-lyric-driver';
</script>

README

Zetta Thermostat Driver for Honeywell Lyric

Install

gt; npm install zetta-thermostat-honeywell-lyric-driver

Usage

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

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