PUT
Set DHW System Switch
Change the system switch of the hot water system. "Off" will set the system to "Always Off" and it will not follow schedule. "Heat" will set the system to "Always On" and it will not follow schedule.
To resume schedule after turning on the system switch, send a "off" command to /state.
Example Off:
{ "systemSwitch": "Off" }
Example On:
{ "systemSwitch": "Heat" }
Resource URL
https://api.honeywell.com/v2 /devices/dhw/{deviceId}/systemSwitch
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...