Skip to main content
POST
Send zone command

Authorizations

Authorization
string
header
required

Session token or API token

Path Parameters

zoneId
string
required

Body

application/json
mode
enum<string>

Zone operating mode

Available options:
heat,
cool,
auto,
off
tempHeatSetC
number

Heating setpoint in Celsius

Required range: 10 <= x <= 30
Example:

21

tempCoolSetC
number

Cooling setpoint in Celsius

Required range: 10 <= x <= 30
Example:

24

Response

Command sent successfully

success
boolean
Example:

true

zoneId
string
Example:

"primary_bedroom"

command
object