cybros labs

openHES API

version 402

Model: io.clbs.openhes.models.acquisition.timeofuse.Season

Season represents a season which spans across a specific start date and references a week

Fields

Field Information
id Type: string
Description:
Unique identifier for the season
Example: "season-winter"
name Type: string
Description:
Name of the season
Example: "Winter"
startYear Type: int32
Description:
Start year of the season
Example: 2023
startMonth Type: int32
Description:
Start month of the season
Values: 1–12
Example: 12
startDay Type: int32
Description:
Start day of the season
Values: 1–31
Example: 1
weekId Type: string
Description:
Reference to a Week ID that this season is associated with
Example: "week-01"