Lower iZone setpoint when temperature rises above threshold
This Action will decrease the selected zone setpoint temperature by the selected number of degrees celcius.
Developer info
- API endpoint slug
- i_zone.decrzonesetpoint
- Filter code method
- IZone.decrzonesetpoint.skip(string?: reason)
- Runtime method
- runAction("i_zone.decrzonesetpoint", {})
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.decrzonesetpoint.setDegrees(string: degrees)