Options
All
  • Public
  • Public/Protected
  • All
Menu

The data describing the latest state of a thermostat (without its technical configuration).

Hierarchy

Index

Properties

heatingIsOn?: boolean

Determines whether the heating is currently on.

humidity?: number

Relative humidity (in %) measured in the latest measurement.

name?: string

A string to uniquely identify a thermostat.

rawTemperature?: number

Raw temperature (in °C) measured in the latest measurement.

setpoint?: number

The desired temperature (in °C) to be maintained by the thermostat.

temperature?: number

Temperature (in °C) measured in the latest measurement; possibly with correction summand applied.

timestamp?: number

UNIX timestamp (in milliseconds) of the latest measurement.

Generated using TypeDoc