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

Set setpoint

This action sets the selected thermostat's setpoint.

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 sets the selected thermostat's setpoint.
API endpoint slug
maestro_by_stelpro.set_setpoint_at
Filter code method
MaestroByStelpro.setSetpointAt.skip(string?: reason)
Runtime method
runAction("maestro_by_stelpro.set_setpoint_at", {})

Action fields

New setpoint Text input > Short text

Label
New setpoint
Slug
new_setpoint
Required
true
Can have default value
true
Filter code method
MaestroByStelpro.setSetpointAt.setNewSetpoint(string: newSetpoint)

Thermostat Dropdown list

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

Temperature format Dropdown list

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