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?¶
optionalsensorData:SensorData[]
Defined in: api/api-client.ts:1271
Gets or sets the list of Sensor data for the inside temperature.
temperatureOutside?¶
optionaltemperatureOutside:TemperatureData[]
Defined in: api/api-client.ts:1274
Gets or sets the list of temperature data for the outside location.