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
- 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.incrzonesetpoint.setDegrees(string: degrees)