This Action will change the selected zone setpoint temperature.
- API endpoint slug
- i_zone.setzonesetpoint
- Filter code method
- IZone.setzonesetpoint.skip(string?: reason)
- Runtime method
- runAction("i_zone.setzonesetpoint", {})
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
- What temperature?
- Helper text
- Enter the degrees to change the setpoint temperature to as a number only (in degrees Celsius).
- Slug
- temp
- Required
- true
- Can have default value
- true
- Filter code method
- IZone.setzonesetpoint.setTemp(string: temp)