Options
All
  • Public
  • Public/Protected
  • All
Menu

@mamamiracolie/home-automation

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

Generated using TypeDoc