This action will ask Tapo Hub to change the mode of the paired air conditioner device to specified value using the infrared remote control.
    
    
    
      - API endpoint slug
- tplink_tapo.action_set_ac_mode
- Filter code method
- TplinkTapo.actionSetAcMode.skip(string?: reason)
- Runtime method
- runAction("tplink_tapo.action_set_ac_mode", {})
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
- Which mode?
- Helper text
- Please select a mode that you want to set 
- Slug
- ac_mode
- Required
- true
- Can have default value
- true
- Filter code method
- TplinkTapo.actionSetAcMode.setAc Mode(string: ac_mode)