githubEdit

Get a Thermostat

circle-info

Deprecated: Use Get Device instead.

Retrieves the details of a thermostat.

/thermostats/get

post

Returns a specified thermostat. Deprecated: Will be removed. Use /devices/get instead.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
device_idstring · uuidOptional

ID of the thermostat device that you want to get.

namestringOptional

Name of the thermostat device that you want to retrieve.

Responses
chevron-right
200

OK

application/json
okbooleanRequired
post
/thermostats/get

Code Example

Parameters

device_id

type: string

ID of the Device

name

type: string

Name of the Device

Response

This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.

JSON format

Last updated

Was this helpful?