Group Location
Explore Plans
Mobile menu Close menu
HeatmiserHeatmiser

Set temperature hold

This Action will enable a temperature hold on the selected Heatmiser Thermostat.

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
API endpoint slug
heatmiser.set_temp_hold
Filter code method
Heatmiser.setTempHold.skip(string?: reason)
Runtime method
runAction("heatmiser.set_temp_hold", {})

Action fields

For which room Dropdown list

Label
Which room?
Slug
for_which_room
Required
true
Can have default value
false

For how long Dropdown list

Label
Duration?
Slug
for_how_long
Required
true
Can have default value
true
Filter code method
Heatmiser.setTempHold.setForHowLong(string: forHowLong)

To what temp Dropdown list

Label
Which temperature?
Slug
to_what_temp
Required
true
Can have default value
true
Filter code method
Heatmiser.setTempHold.setToWhatTemp(string: toWhatTemp)