GetDHWSchedule
GET
Get DHW Schedule
Get current Hot Water schedule for a specific device.
{
"deviceId": "00D02DE7ED4E",
"timedSchedule": {
"days": [
{
"day": "Monday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "08:50:00",
"dhwState": "Off"
}
]
},
{
"day": "Tuesday",
"periods": [
{
"startTime": "06:30:00",
"dhwState": "On"
},
{
"startTime": "09:00:00",
"dhwState": "Off"
},
{
"startTime": "17:30:00",
"dhwState": "On"
},
{
"startTime": "19:00:00",
"dhwState": "Off"
}
]
},
{
"day": "Wednesday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "11:50:00",
"dhwState": "Off"
}
]
},
{
"day": "Thursday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "11:50:00",
"dhwState": "Off"
}
]
},
{
"day": "Friday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "11:50:00",
"dhwState": "Off"
}
]
},
{
"day": "Saturday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "11:50:00",
"dhwState": "Off"
}
]
},
{
"day": "Sunday",
"periods": [
{
"startTime": "06:00:00",
"dhwState": "On"
},
{
"startTime": "11:50:00",
"dhwState": "Off"
}
]
}
]
}
}
| Field Name/Location | Data Type | Definition |
|---|
Resource URL
https://api.honeywellhome.com/v2 /devices/dhw/{deviceId}/schedule
Query Parameters
| Name | Values | Description |
|---|---|---|
|
apikey
(required) |
Your API Key |
|
|
locationId
(required) |
LocationID for the requested device |
Request Body
deviceId DeviceID for the requested device true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
Working...