Interface SeasonalValueBean

List of Repeating seasonal values. The values repeater after the specified interval. A yearly interval seasonable could have 12 different values, one for each month for example. Mutually exclusive with seasonalTimeSeriesId and siParameterUnitsConstantValue

Export

SeasonalValueBean

interface SeasonalValueBean {
    offsetMinutes?: number;
    offsetMonths?: number;
    value?: number;
}

Properties

offsetMinutes?: number

Memberof

SeasonalValueBean

offsetMonths?: number

Memberof

SeasonalValueBean

value?: number

Memberof

SeasonalValueBean