Group Location
Explore Plans
Mobile menu Close menu
domoveadomovea

Set the thermostat temperature setpoint

This Action will set the thermostat temperature setpoint to the value you specified.

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 thermostat temperature setpoint to the value you specified.
API endpoint slug
domovea.set_thermostat_temperature_setpoint
Filter code method
Domovea.setThermostatTemperatureSetpoint.skip(string?: reason)
Runtime method
runAction("domovea.set_thermostat_temperature_setpoint", {})

Action fields

Device ID Dropdown list

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

Temperature value Text input > Other

Label
What temperature setpoint?
Slug
temperature_value
Required
true
Can have default value
true
Filter code method
Domovea.setThermostatTemperatureSetpoint.setTemperatureValue(string: temperatureValue)