This Action will decrease the selected zone setpoint temperature by the selected number of degrees celcius.
- API endpoint slug
- i_zone.decrzonesetpoint
- Filter code method
- IZone.decrzonesetpoint.skip(string?: reason)
- Runtime method
- runAction("i_zone.decrzonesetpoint", {})
Action fields
- Label
- Which zone?
- Helper text
- Select the device and zone you would like to control.
- Slug
- id
- Required
- true
- Can have default value
- false
- 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)