Skip to main content
POST
/
v1
/
devices
/
hvac
/
{id}
/
thermostat_behavior
/
record
record thermostat behavior
curl --request POST \
  --url https://api.example.com/v1/devices/hvac/{id}/thermostat_behavior/record \
  --header 'Content-Type: application/json' \
  --data '
{
  "temperature": [
    123
  ],
  "timestamp": [
    "<string>"
  ]
}
'

Headers

x-ws-api-key
string

WattShift API Key

Path Parameters

id
string
required

Body

application/json
temperature
number[]
required
timestamp
string[]
required

Response

201 - undefined