API Documentation
hvac
preview
POST
/
v1
/
devices
/
hvac
/
{id}
/
preview
Copy
{
"setPointSchedule": {
"blocks": [
{
"startDatetime": "<string>",
"endDatetime": "<string>",
"targetTemp": 123,
"targetCoolSetpoint": 123,
"targetHeatSetpoint": 123,
"targetMode": "OFF"
}
],
"startDatetime": "<string>",
"endDatetime": "<string>",
"tempUnits": "F"
},
"temperatureData": [
123
],
"rates": [
123
],
"estimatedSavings": 123
}
Headers
WattShift API Key
Path Parameters
Body
application/json
Response
200 - application/json
The response is of type object
.
Copy
{
"setPointSchedule": {
"blocks": [
{
"startDatetime": "<string>",
"endDatetime": "<string>",
"targetTemp": 123,
"targetCoolSetpoint": 123,
"targetHeatSetpoint": 123,
"targetMode": "OFF"
}
],
"startDatetime": "<string>",
"endDatetime": "<string>",
"tempUnits": "F"
},
"temperatureData": [
123
],
"rates": [
123
],
"estimatedSavings": 123
}
Assistant
Responses are generated using AI and may contain mistakes.