0.8.0 • Published 5 years ago

@mamamiracolie/home-automation v0.8.0

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

Home Automation

A library for a thermometer to work with json.

npm badge ESLint Markdown Linter Tests

A package that receives a json input that contains settings for a
thermometer and it send a json file back that contains the
settings for the heater and cooler.

Installation

npm install @mamamiracolie/home-automation

Usage example

Use settings() to setup the installation of the thermometer:

var settings = { temperature:20.0 , range:1.0, unit:"celsius" }
settings(JSON.stringify(settings))

Use getResult() to get the values of the heater/cooler:

httpThermostat.getResult()

Development setup

npm install

Documentation

Documentation

Meta

Username: mamamiracolie
Email: benjamin.dhondt@student.vives.be
School: VIVES Brugge
License: MIT
0.8.0

5 years ago

0.7.1

5 years ago

0.6.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.0

5 years ago

1.0.0

5 years ago