Set to Off Mode

Set a thermostat to "off" mode.

/thermostats/off

post

Sets a specified thermostat to "off" mode.

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

ID of the thermostat device that you want to set to off mode.

syncbooleanOptionalDefault: false
Responses
post
/thermostats/off

Code Example

Parameters

device_id

type: string

ID of the Device of the thermostat

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?