This ACTION will turn on/off the air conditioner.
Developer info
- API endpoint slug
 - ch_remote.Control_AC_power
 - Filter code method
 - ChRemote.controlACPower.skip(string?: reason)
 - Runtime method
 - runAction("ch_remote.Control_AC_power", {})
 
Action fields
Appliancelist Dropdown list
- Label
 - please choose your device
 - Slug
 - applianceList
 - Required
 - true
 - Can have default value
 - false
 
Command Dropdown list
- Label
 - control your device
 - Slug
 - command
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - ChRemote.controlACPower.setCommand(string: command)
 
