Skip to content

davidmehi/centralite-mock-thermostat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mock Thermostat

Attempts to emulate a simple thermostat. Running mode will react to changes in temperature. Temperatures will change based off of the system-mode and running-mode

Example

var zetta = require('zetta');
var Thermo = require('centralite-mock-thermostat');

zetta()
  .use(Thermo,'Thermostat1')
  .listen(1337);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published