Group Location
Explore Plans
Mobile menu Close menu
iZoneiZone

Set zone target temperature

This Action will change the selected zone setpoint temperature.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will change the selected zone setpoint temperature.
API endpoint slug
i_zone.setzonesetpoint
Filter code method
IZone.setzonesetpoint.skip(string?: reason)
Runtime method
runAction("i_zone.setzonesetpoint", {})

Action fields

ID Dropdown list

Label
Which zone?
Helper text
Select the device and zone you would like to control.
Slug
id
Required
true
Can have default value
false

Temp Text input > Other

Label
What temperature?
Helper text
Enter the degrees to change the setpoint temperature to as a number only (in degrees Celsius).
Slug
temp
Required
true
Can have default value
true
Filter code method
IZone.setzonesetpoint.setTemp(string: temp)