cURL
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" }
Returns all schedules by HVAC.
API key used for authorization and authentication.
HVAC ID
Successful operation
Response object of the schedules for each day of the week.
The list of schedule events.
Show child attributes
The timezone of the schedule.
"Europe/Berlin"