AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Somfy Connected ThermostatSomfy Connected Thermostat

Set temperature

This Action will set your thermostat to manual mode at a specified temperature for a specified duration.

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 thermostat to manual mode at a specified temperature for a specified duration.
API endpoint slug
somfy_thermostat.set_temperature
Filter code method
SomfyThermostat.setTemperature.skip(string?: reason)
Runtime method
runAction("somfy_thermostat.set_temperature", {})

Action fields

Thermostat Dropdown list

Label
Which thermostat?
Slug
thermostat
Required
true
Can have default value
false

Temperature Dropdown list

Label
Temperature
Helper text
Celsius
Slug
temperature
Required
true
Can have default value
true
Filter code method
SomfyThermostat.setTemperature.setTemperature(string: temperature)

Duration Dropdown list

Label
Duration
Slug
duration
Required
true
Can have default value
true
Filter code method
SomfyThermostat.setTemperature.setDuration(string: duration)