AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
e-Connecte-Connect

Set temperature

This action will set the temperature of a chronothermostat.

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 the temperature of a chronothermostat.
API endpoint slug
econnect.set_temperature_action
Filter code method
Econnect.setTemperatureAction.skip(string?: reason)
Runtime method
runAction("econnect.set_temperature_action", {})

Action fields

Device index Dropdown list

Label
Which device?
Slug
device_index
Required
true
Can have default value
false

Temperature Text input > Other

Label
What temperature (°C)?
Slug
temperature
Required
true
Can have default value
true
Filter code method
Econnect.setTemperatureAction.setTemperature(string: temperature)