1.1.0 • Published 4 years ago

home-automation-jibedefoor v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Home Automatisation app

npm badge ESLint Markdown Linter

my project: a word

my project 'HOME_AUTOMATION-JIBEDEFOOR' is a way to automate your home. for now it only regulates your thermometer but stay tuned for updates.

how to install

npm install jibed/HOME-AUTOMATION_JIBEDEFOOR

example of usage

var json = new JSONThermostat();
var therm = new Thermostat();

therm = json.setting('{"temperature":20, "range":1, "unit":"fahrenheit"}');
console.log(therm.getRange());
console.log(therm.getTemp());
console.log(therm.getUnit());

console.log(json.update('{"temperature":20, "unit":"fahrenheit"}'));

license

MIT

author

name: Jibe Defoor email: jibe.defoor@hotmail.com

please contact me if you have problems using the code or if something in the code needs to be changed.

1.1.0

4 years ago

1.0.0

4 years ago