Returns all schedules by HVAC.
curl --request GET \ --url https://api.energy-hub.io/v1.0.0/hvacs/{hvacId}/schedules \ --header 'X-API-KEY: <api-key>'
{ "schedules": [ { "mode": "HEAT", "start": { "time": "00:00", "day": "MONDAY" }, "temperature": 21.1, "end": { "time": "00:00", "day": "MONDAY" } } ], "timeZone": "Europe/Berlin" }
API key used for authorization and authentication.
Hvac ID
Response object of the schedules for each day of the week.
The list of schedule events.
Show child attributes
The scheduled mode.
HEAT
COOL
DRY
AUTO
REDUCED
OFF
Object containing weekday and time of day.
The time of day.
The day of the week
MONDAY
TUESDAY
WEDNESDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY
The scheduled temperature measured in °C.
The timezone of the schedule.