This Action will increase the A/C setpoint temperature by selected number of degrees celcius.
- API endpoint slug
- i_zone.incrizonesyssetpoint
- Filter code method
- IZone.incrizonesyssetpoint.skip(string?: reason)
- Runtime method
- runAction("i_zone.incrizonesyssetpoint", {})
Action fields
- Label
- Which device?
- Helper text
- Select the device 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.incrizonesyssetpoint.setDegrees(string: degrees)