New services
Explore Plans
Mobile menu Close menu
Maestro by StelproMaestro by Stelpro

Modify setpoint by X°

This action modifies a thermostat's setpoint by X°. The temperature format can be either set to Celsius or Fahrenheit.

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 modifies a thermostat's setpoint by X°. The temperature format can be either set to Celsius or Fahrenheit.
API endpoint slug
maestro_by_stelpro.modify_setpoint
Filter code method
MaestroByStelpro.modifySetpoint.skip(string?: reason)
Runtime method
runAction("maestro_by_stelpro.modify_setpoint", {})

Action fields

Thermostat Dropdown list

Label
Thermostat
Helper text
Thermostats are marked with an "- "
Slug
thermostat
Required
true
Can have default value
false

Modifier Dropdown list

Label
Setpoint modifier
Helper text
Positive value will increase the setpoint while negative value will decrease the sepoint
Slug
modifier
Required
true
Can have default value
true
Filter code method
MaestroByStelpro.modifySetpoint.setModifier(string: modifier)

Temperature format Dropdown list

Label
Temperature Format
Slug
temperature_format
Required
true
Can have default value
true
Filter code method
MaestroByStelpro.modifySetpoint.setTemperatureFormat(string: temperatureFormat)