Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
Cielo HomeCielo Home

Power ON your AC

This action will power on your Cielo smart device as per your pre-defined settings.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info
Description
This action will power on your Cielo smart device as per your pre-defined settings.
API endpoint slug
cielo_home.power_on
Filter code method
CieloHome.powerOn.skip(string?: reason)
Runtime method
runAction("cielo_home.power_on", {})

Action fields

Which device and mode Nested dropdown list
Label
Select Device and Mode
Helper text
Select your desired mode you want to power on your AC with.
Slug
which_device_and_mode
Required
true
Can have default value
false
Temperature in degrees Dropdown list
Label
Set Temperature
Helper text
Set the temperature of your AC as per the range available on your AC’s remote control.
Slug
temperature_in_degrees
Required
true
Can have default value
true
Filter code method
CieloHome.powerOn.setTemperatureInDegrees(string: temperatureInDegrees)
Fan speed Dropdown list
Label
Fan Speed
Helper text
Set the Fan Speed (High, Medium, Low, Auto)
Slug
fan_speed
Required
false
Can have default value
true
Filter code method
CieloHome.powerOn.setFanSpeed(string: fanSpeed)