0.8.0 • Published 5 years ago
@mamamiracolie/home-automation v0.8.0
Home Automation
A library for a thermometer to work with json.
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
Meta
Username: mamamiracolie
Email: benjamin.dhondt@student.vives.be
School: VIVES Brugge
License: MIT