ForecastedDataPoint

data class ForecastedDataPoint(val date: LocalDate, val predictedValue: ConsumptionValue)

A single daily forecasted data point.

Constructors

Link copied to clipboard
constructor(date: LocalDate, predictedValue: ConsumptionValue)

Properties

Link copied to clipboard
val date: LocalDate

the day this prediction refers to

Link copied to clipboard

the predicted consumption value for the day

Functions

Link copied to clipboard