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?¶
optionalplausibility:string
Defined in: api/api-client.ts:1398
Gets or sets the plausibility of the temperature data.
temperature?¶
optionaltemperature:number
Defined in: api/api-client.ts:1395
Gets or sets the temperature value.
timestamp?¶
optionaltimestamp:Date
Defined in: api/api-client.ts:1392
Gets or sets the timestamp of the temperature measurement.