SetDHWoperationbooststate

PUT

Set DHW operation & boost state

Change the on/off state of DHW and boost time. Allowed boost times are 30, 60, 90 minutes.

Example Off:

{
    "dhwState": "Off",
    "boostTime": 0
}

Example On with Boost for 30 minutes:

{
    "dhwState": "One",
    "boostTime": 30
}

Resource URL

https://api.honeywell.com/v2 /devices/dhw/{deviceId}/state

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

HTTP Basic

OAuth 2.0

API Key

Reset

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...