Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSONThermostat

Index

Constructors

constructor

  • Gets the JSON string Object and converts it back to an JSON object.

    Parameters

    • settings: string

      Gets the JSON string from the HttpThermostat class.

    Returns JSONThermostat

Properties

_range

_range: number

_temperature

_temperature: number

_unit

_unit: string

fahrenheitConverter

fahrenheitConverter: number

newTemperature

newTemperature: number

newUnit

newUnit: string

settings

settings: number

tempTofar

tempTofar: number

Methods

setSettingsThermostat

  • setSettingsThermostat(): void
  • This method sends the saved values from the thermostat to the unit convert in the UnitConverter class.

    Returns void

update

  • update(newUpdate: string): void
  • Gets the JSON string Object and converts it back to an JSON object. This method sends the new temperature and new unit to the converter. After conversion it sends the values to thermostat class.

    Parameters

    • newUpdate: string

      gets the new values from the HttpThermostat class.

    Returns void

Generated using TypeDoc