isopruefi-frontend / components/Weather / WeatherEntry
Type Alias: WeatherEntry¶
WeatherEntry =
object
Defined in: components/Weather.tsx:13
Represents a single weather data entry for a specific timestamp.
Indexable¶
[key: string]: undefined | string | number
Properties¶
t¶
t:
number
Defined in: components/Weather.tsx:15
Epoch time in milliseconds.
tempOutside?¶
optionaltempOutside:number
Defined in: components/Weather.tsx:17
Outside temperature value.
timestamp¶
timestamp:
string
Defined in: components/Weather.tsx:14
ISO formatted timestamp of the data point.