Group Location
Explore Plans
Mobile menu Close menu
Ambi ClimateAmbi Climate

Run your A/C in away mode

This Action will turn on your A/C in the specified room, and run it in Away mode.

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 turn on your A/C in the specified room, and run it in Away mode.
API endpoint slug
ambiclimate.device_mode_away
Filter code method
Ambiclimate.deviceModeAway.skip(string?: reason)
Runtime method
runAction("ambiclimate.device_mode_away", {})

Action fields

Device name Dropdown list

Label
Which A/C?
Slug
device_name
Required
true
Can have default value
false

Mode Dropdown list

Label
Which mode?
Slug
mode
Required
true
Can have default value
true
Filter code method
Ambiclimate.deviceModeAway.setMode(string: mode)

Value Text input > Other

Label
value
Helper text
Please input temperature (in Celsius, e.g. 25.5) or humidity (e.g. 75).
Slug
value
Required
true
Can have default value
true
Filter code method
Ambiclimate.deviceModeAway.setValue(string: value)