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.
npm install @mamamiracolie/home-automation
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()
npm install
Username: mamamiracolie
Email: benjamin.dhondt@student.vives.be
School: VIVES Brugge
License: MIT
Generated using TypeDoc