This action will change the air conditioning set point temperature to a specific value.
Developer info
- API endpoint slug
- airtouch.ac_setpoint
- Filter code method
- Airtouch.acSetpoint.skip(string?: reason)
- Runtime method
- runAction("airtouch.ac_setpoint", {})
Action fields
Ac index Dropdown list
- Label
- Which air conditioning?
- Slug
- ac_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.acSetpoint.setSetpoint(string: setpoint)