Options
All
  • Public
  • Public/Protected
  • All
Menu

In this class we get the te values from a website.

Hierarchy

  • HttpTemperatureSensor

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _URLstring

_URLstring: string

saves the URL that we use.

Accessors

Private URLstring

  • get URLstring(): string

Methods

getTemperature

  • getTemperature(): Promise<any>
  • This method is used to get the values of the website in our case we need to get the temperature.

    Returns Promise<any>

    res is for getting the whole website but with data.data we specify to get the temperature.

Generated using TypeDoc