Group Location
Explore Plans
Mobile menu Close menu
LytmiLytmi

Start Heat Mode

This action will set your AC to Heat 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 set your AC to Heat Mode.
API endpoint slug
Lytmi.set_heat_mode
Filter code method
Lytmi.setHeatMode.skip(string?: reason)
Runtime method
runAction("Lytmi.set_heat_mode", {})

Action fields

Which device Dropdown list

Label
Which device/group?
Helper text
Not all Lytmi devices are supported by this service. Refer to the device manufacturer for further information.
Slug
which_device
Required
true
Can have default value
false

Turn on first Dropdown list

Label
Turn on first?
Helper text
Select "Yes" will turn the air conditioner on even if it's off.
Slug
turn_on_first
Required
true
Can have default value
true
Filter code method
Lytmi.setHeatMode.setTurnOnFirst(string: turnOnFirst)