cybros labs

openHES API

version 402

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

Week represents a week of the year, containing a list of Day IDs and Week Name

Fields

Field Information
weekId Type: string
Description:
Unique identifier for the week
Example: "week-01"
weekName Type: string
Description:
Name of the week
Example: "Week 1"
dayIds Type: string
Description:
List of day IDs that belong to this week
Example: ["monday", "tuesday", "holiday"]