POST
/
v1
/
devices
/
hvac
/
{id}
/
get
{
  "deviceId": "<string>",
  "systemDetails": "<string>",
  "targetCoolSetpoint": 123,
  "targetHeatSetpoint": 123,
  "maxTemp": 123,
  "minTemp": 123,
  "currentTemp": 123,
  "coolingRate": 123,
  "heatingRate": 123,
  "heatTransferCoefficient": 123,
  "thermodynamicValuesUpdatedAt": "<any>",
  "lastSetPointSchedule": "<any>",
  "lastOptimizationRunData": "<any>"
}

Headers

x-ws-api-key
string

WattShift API Key

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.