This action will ask Tapo Hub to control the temperature of the paired air conditioner device to specified value using the infrared remote control.
- API endpoint slug
- tplink_tapo.action_change_ac_temperature
- Filter code method
- TplinkTapo.actionChangeAcTemperature.skip(string?: reason)
- Runtime method
- runAction("tplink_tapo.action_change_ac_temperature", {})
Action fields
- Label
- Which Devices?
- Helper text
- The name of the device that you are expecting to control.
- Slug
- device_name
- Required
- true
- Can have default value
- false
- Label
- Temperature
- Slug
- target_temp
- Required
- true
- Can have default value
- true
- Filter code method
- TplinkTapo.actionChangeAcTemperature.setTargetTemp(string: targetTemp)