app class for stating the thermostat
import App from './app.ts' const myApp = new App() myApp.startThermostat(settings, value)
start the thermostat
is a json whit the wanted temp range an unit
is a json whit the current temp an unit
print out the state of normal thermostat, json thermostat, http thermostat
Generated using TypeDoc
app class for stating the thermostat
import App from './app.ts' const myApp = new App() myApp.startThermostat(settings, value)