Options
All
  • Public
  • Public/Protected
  • All
Menu

This class is an implementation of a Thermostat that accepts a wanted value and a range. And another extra argument in the form of a string that contains an URL.

Hierarchy

  • HttpThermostat

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new HttpThermostat(_temperature: number, _range: number, _URL: string): HttpThermostat
  • Creating an constructor that get the temperature, the range, the URL.

    Parameters

    • _temperature: number

      temperature that will be managed by this temperature instance.

    • _range: number

      range that will be managed by this range instance.

    • _URL: string

      URL that will be managed by this URL instance.

    Returns HttpThermostat

Properties

Private _URL

_URL: string

URL that will be managed by this URL instance.

Private _range

_range: number

range that will be managed by this range instance.

Private _temperature

_temperature: number

temperature that will be managed by this temperature instance.

Accessors

Private URL

  • get URL(): string

Private range

  • get range(): number

Private temperature

  • get temperature(): number

Methods

HttpThermostatMenu

  • HttpThermostatMenu(): void
  • This method gets the URL from the HttpTemperatureSensor class. This method converts the temperature, range, unit into an JSON string. This method gives the converted JSON strings to the JSONThermostat class. This method also converts the new temperature and unit into an JSON string. This method gives the new temperature and new unit to the update method in the JSONThermostat class.

    Returns void

Generated using TypeDoc