This action will change a specific zone set point temperature to a given value.
Developer info
- API endpoint slug
- airtouch.group_setpoint
- Filter code method
- Airtouch.groupSetpoint.skip(string?: reason)
- Runtime method
- runAction("airtouch.group_setpoint", {})
Action fields
Group index Dropdown list
- Label
- Which zone?
- Slug
- group_index
- Required
- true
- Can have default value
- false
Setpoint Text input > Other
- Label
- Temperature set to
- Slug
- setpoint
- Required
- true
- Can have default value
- true
- Filter code method
- Airtouch.groupSetpoint.setSetpoint(string: setpoint)