If the temperature is higher then the newTemperature plus the range heating will be on. If the temperature is lower then the new temeprature minus the range cooling will be on. If temperature is the same as the newTemperature heating and cooling will be off.
returns a json that says when it needs to heat or cool.
This method gets the temperature and range from the other class.
the temperature is stored in this.
the range is stored in this.
this.newTmperature puts the new temperature in this.newTemperature.
newTemperature gets the new temperature from the other class.
Generated using TypeDoc
This class is able to correctly control heating and cooling units.