Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ITemperatureDataOverview

Interface: ITemperatureDataOverview

Defined in: api/api-client.ts:1268

Represents an overview of temperature data for different locations.

Properties

sensorData?

optional sensorData: SensorData[]

Defined in: api/api-client.ts:1271

Gets or sets the list of Sensor data for the inside temperature.


temperatureOutside?

optional temperatureOutside: TemperatureData[]

Defined in: api/api-client.ts:1274

Gets or sets the list of temperature data for the outside location.