Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ITemperatureData

Interface: ITemperatureData

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

Represents a single temperature data point with timestamp and value.

Properties

plausibility?

optional plausibility: string

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

Gets or sets the plausibility of the temperature data.


temperature?

optional temperature: number

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

Gets or sets the temperature value.


timestamp?

optional timestamp: Date

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

Gets or sets the timestamp of the temperature measurement.