AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
iZoneiZone

Increase zone target temperature

This Action will increase the selected zone setpoint temperature by the selected number of degrees celcius.

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 increase the selected zone setpoint temperature by the selected number of degrees celcius.
API endpoint slug
i_zone.incrzonesetpoint
Filter code method
IZone.incrzonesetpoint.skip(string?: reason)
Runtime method
runAction("i_zone.incrzonesetpoint", {})

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

Degrees Dropdown list

Label
How many degrees?
Helper text
Select the degrees to change the setpoint temperature to as a number only (in degrees Celsius).
Slug
degrees
Required
true
Can have default value
true
Filter code method
IZone.incrzonesetpoint.setDegrees(string: degrees)