This Action will decrease the A/C setpoint by the selected number of degrees celcius.
- API endpoint slug
- i_zone.decrizonesyssetpoint
- Filter code method
- IZone.decrizonesyssetpoint.skip(string?: reason)
- Runtime method
- runAction("i_zone.decrizonesyssetpoint", {})
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.decrizonesyssetpoint.setDegrees(string: degrees)