POST
/
v1
/
devices
/
hvac
/
{id}
/
preview
{
  "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

x-ws-api-key
string

WattShift API Key

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.